15 references to GetNamespace
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (9)
Attributes\AttributeTests_WellKnownAttributes.vb (9)
330
Dim runtimeNS = sysNS.
GetNamespace
("Runtime")
331
Dim interopNS = runtimeNS.
GetNamespace
("InteropServices")
332
Dim compsrvNS = runtimeNS.
GetNamespace
("CompilerServices")
953
Dim runtimeNS = sysNS.
GetNamespace
("Runtime")
954
Dim interopNS = runtimeNS.
GetNamespace
("InteropServices")
955
Dim compsrvNS = runtimeNS.
GetNamespace
("CompilerServices")
5444
Dim runtimeNS = sysNS.
GetNamespace
("Runtime")
5445
Dim interopNS = runtimeNS.
GetNamespace
("InteropServices")
5446
Dim windowsRuntimeNS = interopNS.
GetNamespace
("WindowsRuntime")
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (6)
SymbolsTests\Retargeting\RetargetingTests.vb (6)
951
Dim sourceNamespace As SourceNamespaceSymbol = CType(SourceModuleReference.GlobalNamespace.
GetNamespace
("ClassLibrary1"), SourceNamespaceSymbol)
955
Dim retargetingNamespace As RetargetingNamespaceSymbol = CType(retargetingModule.GlobalNamespace.
GetNamespace
("ClassLibrary1"), RetargetingNamespaceSymbol)
1312
Dim sourceNamespace As SourceNamespaceSymbol = CType(SourceModuleReference.GlobalNamespace.
GetNamespace
("ClassLibrary1"), SourceNamespaceSymbol)
1316
Dim retargetingNamespace As RetargetingNamespaceSymbol = CType(retargetingModule.GlobalNamespace.
GetNamespace
("ClassLibrary1"), RetargetingNamespaceSymbol)
3062
Dim sourceNamespace As SourceNamespaceSymbol = CType(SourceModuleReference.GlobalNamespace.
GetNamespace
("ClassLibrary1"), SourceNamespaceSymbol)
3066
Dim retargetingNamespace As RetargetingNamespaceSymbol = CType(retargetingModule.GlobalNamespace.
GetNamespace
("ClassLibrary1"), RetargetingNamespaceSymbol)