1 write to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
65
_diagnosticService
= diagnosticAnalyzerService;
4 references to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeFixes\CodeFixService.cs (4)
102
var (allDiagnostics, upToDate) = await
_diagnosticService
.TryGetDiagnosticsForSpanAsync(
178
var diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
260
var diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
732
: (FixAllContext.DiagnosticProvider)new FixAllDiagnosticProvider(
_diagnosticService
, diagnosticIds);