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