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