6 references to AddDataPoint
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
147
s_statisticLogAggregator.
AddDataPoint
(ActionInfo.CommittedSessionCommitElapsedMS, (int)elapsedTime.TotalMilliseconds);
Completion\Log\CompletionProvidersLogger.cs (3)
45
=> s_statisticLogAggregator.
AddDataPoint
(ActionInfo.TypeImportCompletionItemCount, count);
48
=> s_statisticLogAggregator.
AddDataPoint
(ActionInfo.TypeImportCompletionReferenceCount, count);
57
=> s_statisticLogAggregator.
AddDataPoint
(ActionInfo.ExtensionMethodCompletionMethodsProvided, count);
Microsoft.CodeAnalysis.Workspaces (2)
Log\StatisticLogAggregator.cs (1)
22
AddDataPoint
(key, (int)timeSpan.TotalMilliseconds);
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
61
_producedFilesByGenerator.
AddDataPoint
(GetTelemetryKey(generatorResult.Generator, getAnalyzerReference), generatorResult.GeneratedSources.Length);