38 references to GetNestedNamespace
Microsoft.CodeAnalysis.CSharp (7)
Compilation\CSharpCompilation.cs (2)
1356return current.GetNestedNamespace(namespaceSymbol.Name); 1379return current.GetNestedNamespace(namespaceSymbol.Name);
Symbols\AssemblySymbol.cs (1)
170return assemblyContainer.GetNestedNamespace(namespaceSymbol.Name);
Symbols\ModuleSymbol.cs (2)
370return cns.GetNestedNamespace(namespaceSymbol.Name); 401return cns.GetNestedNamespace(namespaceSymbol.Name);
Symbols\NamespaceSymbol.cs (2)
303return this.GetNestedNamespace(((SimpleNameSyntax)name).Identifier.ValueText); 318return this.GetNestedNamespace(name.GetUnqualifiedName().Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
4981var @namespace = module.GlobalNamespace.GetNestedNamespace("AttributeTest");
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
810@namespace = @namespace.GetNestedNamespace(namespaceName);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (29)
SymbolDisplay\SymbolDisplayTests.cs (28)
73global.GetNestedNamespace("N1"). 74GetNestedNamespace("N2"). 75GetNestedNamespace("N3"). 101global.GetNestedNamespace("N1"). 102GetNestedNamespace("N2"). 103GetNestedNamespace("N3"). 129global.GetNestedNamespace("N1"). 130GetNestedNamespace("N2"). 131GetNestedNamespace("N3"). 177global.GetNestedNamespace("N1"). 178GetNestedNamespace("N2"). 179GetNestedNamespace("N3"). 230global.GetNestedNamespace("N1"). 231GetNestedNamespace("N2"). 232GetNestedNamespace("N3"). 290global.GetNestedNamespace("N1"). 291GetNestedNamespace("N2"). 292GetNestedNamespace("N3"). 2553global.GetNestedNamespace("N1"). 2554GetNestedNamespace("N2"). 2555GetNestedNamespace("N3"). 2589global.GetNestedNamespace("N1"). 2590GetNestedNamespace("N2"). 2591GetNestedNamespace("N3"). 2623global.GetNestedNamespace("N1"). 2650global.GetNestedNamespace("N1"). 2651GetNestedNamespace("N2"). 2652GetNestedNamespace("N3");
Symbols\OverriddenOrHiddenMembersTests.cs (1)
603var system = comp.GlobalNamespace.GetNestedNamespace("System");