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));