| 1159 | return GetMembersOfType<UsingFileDecl>(); |
| 1160 | } |
| 1161 | FilteredMemberList<FunctionSyntaxNode> GetFunctions() |
| 1162 | { |
| 1163 | return GetMembersOfType<FunctionSyntaxNode>(); |
| 1164 | } |
| 1165 | FilteredMemberList<PipelineSyntaxNode> GetPipelines() |
| 1166 | { |
| 1167 | return GetMembersOfType<PipelineSyntaxNode>(); |
no outgoing calls
no test coverage detected