1 write to _diagnosticService
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
67
_diagnosticService
= diagnosticAnalyzerService;
7 references to _diagnosticService
Microsoft.CodeAnalysis.Features (7)
CodeFixes\Service\CodeFixService.cs (7)
108
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priorityProvider.Priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
110
allDiagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
198
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priorityProvider.Priority.GetPriorityInt()}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
200
diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
298
using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}.{nameof(
_diagnosticService
.GetDiagnosticsForSpanAsync)}"))
300
diagnostics = await
_diagnosticService
.GetDiagnosticsForSpanAsync(
786
: (FixAllContext.DiagnosticProvider)new FixAllDiagnosticProvider(
_diagnosticService
, diagnosticIds);