1 override of GetChildren
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
458
protected override SyntaxList<MemberDeclarationSyntax>
GetChildren
(CompilationUnitSyntax node)
1 reference to GetChildren
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
170
foreach (var child in
GetChildren
((TCompilationUnitSyntax)root))