2 references to IsSimpleImportsClauseWithName
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\GetImportScopesTests.vb (2)
121
Assert.True(scopes.Single().Imports.Any(Function(i)
IsSimpleImportsClauseWithName
(i.DeclaringSyntaxReference, NameOf(System))))
122
Assert.True(scopes.Single().Imports.Any(Function(i)
IsSimpleImportsClauseWithName
(i.DeclaringSyntaxReference, NameOf(Microsoft))))