2 overrides of GetNamespaceOrTypeDeclarationChildren
Microsoft.CodeAnalysis.CSharp (2)
Declarations\SingleNamespaceDeclaration.cs (1)
34protected override ImmutableArray<SingleNamespaceOrTypeDeclaration> GetNamespaceOrTypeDeclarationChildren()
Declarations\SingleTypeDeclaration.cs (1)
207protected override ImmutableArray<SingleNamespaceOrTypeDeclaration> GetNamespaceOrTypeDeclarationChildren()
2 references to GetNamespaceOrTypeDeclarationChildren
Microsoft.CodeAnalysis.CSharp (2)
Declarations\SingleNamespaceOrTypeDeclaration.cs (2)
61return StaticCast<Declaration>.From(this.GetNamespaceOrTypeDeclarationChildren()); 68return this.GetNamespaceOrTypeDeclarationChildren();