1 write to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (1)
27
_diagnosticService
= diagnosticService;
4 references to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (4)
47
var diagnostics = await
_diagnosticService
.GetDiagnosticsForIdsAsync(solution, projectId: null, document.Id, _diagnosticIds, shouldIncludeAnalyzer: null, _includeSuppressedDiagnostics, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);
55
var diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(document, fixAllSpan, shouldIncludeDiagnostic,
65
var diagnostics = await
_diagnosticService
.GetDiagnosticsForIdsAsync(project.Solution, project.Id, documentId: null, _diagnosticIds, shouldIncludeAnalyzer: null, _includeSuppressedDiagnostics, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);
72
var diagnostics = await
_diagnosticService
.GetProjectDiagnosticsForIdsAsync(project.Solution, project.Id, _diagnosticIds, shouldIncludeAnalyzer: null, _includeSuppressedDiagnostics, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);