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)
91var infoCache = _diagnosticService.AnalyzerInfoCache; 352await _diagnosticService.ForceAnalyzeAsync(solution, onProjectAnalyzed, project?.Id, CancellationToken.None).ConfigureAwait(false); 355await _diagnosticService.ForceAnalyzeAsync(solution, onProjectAnalyzed, otherProject.Id, CancellationToken.None).ConfigureAwait(false); 394() => _diagnosticService.GetDiagnosticsAsync(project.Solution, project.Id));