6 references to CodeFix_Summary
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Service\CodeFixService.cs (6)
96
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}");
101
FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))
174
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}");
193
FunctionId.
CodeFix_Summary
, $"Pri{priority.GetPriorityInt()}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))
287
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
CodeFix_Summary
, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}");
291
FunctionId.
CodeFix_Summary
, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}.{nameof(IDiagnosticAnalyzerService.GetDiagnosticsForSpanAsync)}"))