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