3 references to GetNestedNamespace
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
915
NamespaceSymbol ns = ((NamespaceSymbol)container).
GetNestedNamespace
(name);
Symbols\NamespaceSymbol.cs (2)
298
var leftNs = this.
GetNestedNamespace
(qn.Left);
301
return leftNs.
GetNestedNamespace
(qn.Right);