1 write to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
67
_diagnosticService
= diagnosticAnalyzerService;
7 references to _diagnosticService
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Features\CodeFixes\CodeFixService.cs (7)
108
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priorityProvider.Priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
110
allDiagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
193
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priorityProvider.Priority.GetPriorityInt()}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
195
diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
292
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
294
diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
777
: (FixAllContext.DiagnosticProvider)new FixAllDiagnosticProvider(
_diagnosticService
, diagnosticIds);