1 write to _diagnosticService
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
80
_diagnosticService
= diagnosticService;
3 references to _diagnosticService
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (3)
406
_diagnosticService
.Reanalyze(_workspace, documentIds: reanalyzeDocuments, highPriority: true);
549
var latestProjectDiagnostics = (await
_diagnosticService
.GetDiagnosticsForIdsAsync(project.Solution, project.Id, diagnosticIds: uniqueDiagnosticIds, includeSuppressedDiagnostics: true, cancellationToken: cancellationToken)
638
var latestDiagnosticsFromDiagnosticService = (await
_diagnosticService
.GetDiagnosticsForIdsAsync(project.Solution, project.Id, diagnosticIds: uniqueDiagnosticIds, includeSuppressedDiagnostics: true, cancellationToken: cancellationToken)