2 overrides of GetNamespaceOrTypeDeclarationChildren
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\SingleNamespaceDeclaration.vb (1)
46Protected Overrides Function GetNamespaceOrTypeDeclarationChildren() As ImmutableArray(Of SingleNamespaceOrTypeDeclaration)
Declarations\SingleTypeDeclaration.vb (1)
105Protected Overrides Function GetNamespaceOrTypeDeclarationChildren() As ImmutableArray(Of SingleNamespaceOrTypeDeclaration)
2 references to GetNamespaceOrTypeDeclarationChildren
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\SingleNamespaceOrTypeDeclaration.vb (2)
29Return StaticCast(Of Declaration).From(Me.GetNamespaceOrTypeDeclarationChildren()) 34Return Me.GetNamespaceOrTypeDeclarationChildren()