17 references to TelemetryLogging
Microsoft.CodeAnalysis.Features (16)
CodeFixes\Service\CodeFixService.cs (9)
98using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priority.GetPriorityInt()}.{nameof(GetMostSevereFixAsync)}"); 102using (TelemetryLogging.LogBlockTimeAggregatedHistogram( 176using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"Pri{priority.GetPriorityInt()}"); 194using (TelemetryLogging.LogBlockTimeAggregatedHistogram( 289using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeFix_Summary, $"{nameof(GetDocumentFixAllForIdInSpanAsync)}"); 298using (TelemetryLogging.LogBlockTimeAggregatedHistogram( 533m[TelemetryLogging.KeyName] = fixerName; 534m[TelemetryLogging.KeyLanguageName] = document.Project.Language; 537using var _ = TelemetryLogging.LogBlockTime(FunctionId.CodeFix_Delay, logMessage, CodeFixTelemetryDelay);
CodeRefactorings\CodeRefactoringService.cs (4)
186using (TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.CodeRefactoring_Summary, $"Pri{priority.GetPriorityInt()}")) 211m[TelemetryLogging.KeyName] = providerName; 212m[TelemetryLogging.KeyLanguageName] = document.Project.Language; 216using (TelemetryLogging.LogBlockTime(FunctionId.CodeRefactoring_Delay, logMessage, CodeRefactoringTelemetryDelay))
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
94using var _4 = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.RequestDiagnostics_Summary, $"Pri{priority.GetPriorityInt()}");
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
219using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.RequestDiagnostics_Summary, $"{nameof(GetSyntaxDiagnosticsInProcessAsync)}.{nameof(GetAnalysisResultInProcessAsync)}"); 255using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.RequestDiagnostics_Summary, $"{nameof(GetSemanticDiagnosticsInProcessAsync)}.{nameof(GetAnalysisResultInProcessAsync)}");
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
266using var _ = TelemetryLogging.LogBlockTimeAggregatedHistogram(FunctionId.SuggestedAction_Preview_Summary, $"Total");