1 write to _updateSource
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerFileWatcherService.cs (1)
56_updateSource = hostDiagnosticUpdateSource;
2 references to _updateSource
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerFileWatcherService.cs (2)
60=> _updateSource.ClearDiagnosticsForProject(projectId, Tuple.Create(s_analyzerChangedErrorId, analyzerPath)); 69_updateSource.UpdateDiagnosticsForProject(projectId, Tuple.Create(s_analyzerChangedErrorId, analyzerPath), SpecializedCollections.SingletonEnumerable(diagnostic));