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