5 instantiations of IgnorableAssemblyNamePrefixList
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (2)
30
private static readonly IIgnorableAssemblyList s_systemPrefixList = new
IgnorableAssemblyNamePrefixList
("System");
31
private static readonly IIgnorableAssemblyList s_codeAnalysisPrefixList = new
IgnorableAssemblyNamePrefixList
("Microsoft.CodeAnalysis");
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
AnalyzerSupport\AnalyzerDependencyCheckerTests.vb (3)
779
Dim ignorableAssemblyList = New
IgnorableAssemblyNamePrefixList
("Alpha")
789
Dim ignorableAssemblyList = New
IgnorableAssemblyNamePrefixList
("Alpha")
799
Dim ignorableAssemblyList = New
IgnorableAssemblyNamePrefixList
("Beta")