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