1 write to _diagnosticService
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
61
_diagnosticService
= diagnosticService;
4 references to _diagnosticService
Microsoft.VisualStudio.LanguageServices (4)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (4)
91
var infoCache =
_diagnosticService
.AnalyzerInfoCache;
352
await
_diagnosticService
.ForceAnalyzeAsync(solution, onProjectAnalyzed, project?.Id, CancellationToken.None).ConfigureAwait(false);
355
await
_diagnosticService
.ForceAnalyzeAsync(solution, onProjectAnalyzed, otherProject.Id, CancellationToken.None).ConfigureAwait(false);
394
() =>
_diagnosticService
.GetDiagnosticsAsync(project.Solution, project.Id));