2 references to Children
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\MergedTypeDeclaration.vb (2)
148allSingleTypeDecls = Declarations(0).Children.OfType(Of SingleTypeDeclaration)() 150allSingleTypeDecls = Declarations.SelectMany(Function(d) d.Children.OfType(Of SingleTypeDeclaration)())