5 references to s_statisticLogAggregator
Microsoft.CodeAnalysis.Features (5)
Completion\Log\CompletionProvidersLogger.cs (5)
41
s_statisticLogAggregator
.AddDataPoint(ActionInfo.TypeImportCompletionTicks, elapsed);
45
=>
s_statisticLogAggregator
.AddDataPoint(ActionInfo.TypeImportCompletionItemCount, count);
48
=>
s_statisticLogAggregator
.AddDataPoint(ActionInfo.TypeImportCompletionReferenceCount, count);
57
=>
s_statisticLogAggregator
.AddDataPoint(ActionInfo.ExtensionMethodCompletionMethodsProvided, count);
88
foreach (var kv in
s_statisticLogAggregator
)