3 references to RequestDiagnostics_Summary
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
94
using var _4 = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
RequestDiagnostics_Summary
, $"Pri{priority.GetPriorityInt()}");
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
212
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
RequestDiagnostics_Summary
, $"{nameof(GetSyntaxDiagnosticsInProcessAsync)}.{nameof(GetAnalysisResultInProcessAsync)}");
248
using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.
RequestDiagnostics_Summary
, $"{nameof(GetSemanticDiagnosticsInProcessAsync)}.{nameof(GetAnalysisResultInProcessAsync)}");