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