3 references to GetLocalFunctions
Microsoft.CodeAnalysis.CSharp.Features (3)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (3)
391
=>
GetLocalFunctions
(memberDeclaration);
394
=>
GetLocalFunctions
(memberDeclaration);
413
private static bool HasDescendentLocalFunctions(SyntaxNode node) =>
GetLocalFunctions
(node).Any();