7 references to WriteTelemetryPropertiesTo
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (1)
106
statistics.
WriteTelemetryPropertiesTo
(m, prefix: kv.Key.ToString());
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
195
statistics.
WriteTelemetryPropertiesTo
(m, prefix: kv.Key.ToString());
Completion\Log\CompletionProvidersLogger.cs (1)
106
statistics.
WriteTelemetryPropertiesTo
(m, prefix: kv.Key.ToString());
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (1)
224
result.
WriteTelemetryPropertiesTo
(m, prefix: propertyName);
SolutionCrawler\SolutionCrawlerLogger.cs (1)
218
result.
WriteTelemetryPropertiesTo
(m, prefix: propertyName);
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
76
result.
WriteTelemetryPropertiesTo
(map, prefix: "ElapsedTimePerRun");
79
producedFileCount.
WriteTelemetryPropertiesTo
(map, prefix: "GeneratedFileCountPerRun");