8 references to IsNamespaceWithName
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Compilation\GetImportScopesTests.vb (8)
73
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))
90
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))
108
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))
123
Assert.True(scopes.Single().Imports.Any(Function(i)
IsNamespaceWithName
(i.NamespaceOrType, NameOf(System))))
124
Assert.True(scopes.Single().Imports.Any(Function(i)
IsNamespaceWithName
(i.NamespaceOrType, NameOf(Microsoft))))
152
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))
175
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))
200
Assert.True(
IsNamespaceWithName
(scopes.Single().Imports.Single().NamespaceOrType, NameOf(System)))