2 references to IsNamespaceWithName
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\GetImportScopesTests.vb (2)
118
Assert.True(scopes.Single().Imports.Any(Function(i)
IsNamespaceWithName
(i.NamespaceOrType, NameOf(System))))
119
Assert.True(scopes.Single().Imports.Any(Function(i)
IsNamespaceWithName
(i.NamespaceOrType, NameOf(Microsoft))))