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