6 references to AddDataPoint
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
147s_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)
22AddDataPoint(key, (int)timeSpan.TotalMilliseconds);
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
61_producedFilesByGenerator.AddDataPoint(GetTelemetryKey(generatorResult.Generator, getAnalyzerReference), generatorResult.GeneratedSources.Length);