1 write to _hostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
64
_hostDiagnosticUpdateSource
= hostDiagnosticUpdateSource;
2 references to _hostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (2)
378
_hostDiagnosticUpdateSource
.ClearDiagnosticsForProject(project.Id, key: this);
404
_hostDiagnosticUpdateSource
.UpdateDiagnosticsForProject(project.Id, key: this, diagnostics);