6 references to CodeFix_Summary
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Service\CodeFixService.cs (6)
98
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}");
103
FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))
176
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}");
195
FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))
289
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}");
299
FunctionId.
CodeFix_Summary
, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))