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