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)
102var (allDiagnostics, upToDate) = await _diagnosticService.TryGetDiagnosticsForSpanAsync( 178var diagnostics = await _diagnosticService.GetDiagnosticsForSpanAsync( 260var diagnostics = await _diagnosticService.GetDiagnosticsForSpanAsync( 732: (FixAllContext.DiagnosticProvider)new FixAllDiagnosticProvider(_diagnosticService, diagnosticIds);