1 write to Identity
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyChecker.cs (1)
172
Identity
= identity;
2 references to Identity
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerDependencyChecker.cs (2)
41
allIgnorableAssemblyLists.Add(new IgnorableAssemblyIdentityList(analyzerInfos.Select(info => info.
Identity
)));
85
foreach (var identityGroup in analyzerInfos.GroupBy(di => di.
Identity
))