1 write to _previousAnalyzerPaths
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (1)
98
_previousAnalyzerPaths
= currentAnalyzerPaths;
1 reference to _previousAnalyzerPaths
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (1)
91
if (currentAnalyzerPaths.SetEquals(
_previousAnalyzerPaths
))