5 references to GetStatisticResult
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (1)
105var statistics = kv.Value.GetStatisticResult();
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
194var statistics = kv.Value.GetStatisticResult();
Completion\Log\CompletionProvidersLogger.cs (1)
105var statistics = kv.Value.GetStatisticResult();
Microsoft.CodeAnalysis.Workspaces (2)
Log\StatisticLogAggregator.cs (1)
29return counter.GetStatisticResult();
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
75var result = elapsedTimeCounter.GetStatisticResult();