6 references to AddDataPoint
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
149s_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); 72=> s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionMethodsProvided, count);
Microsoft.CodeAnalysis.Workspaces (2)
Log\StatisticLogAggregator.cs (1)
22AddDataPoint(key, (int)timeSpan.TotalMilliseconds);
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
58_producedFilesByGenerator.AddDataPoint(GetTelemetryKey(generatorResult.Generator, project), generatorResult.GeneratedSources.Length);