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