7 references to s_countLogAggregator
Microsoft.CodeAnalysis.Features (7)
Completion\Log\CompletionProvidersLogger.cs (7)
51
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.TypeImportCompletionCacheMissCount);
54
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitsOfTypeImportCompletionItem);
60
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitsOfExtensionMethodImportCompletionItem);
63
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ExtensionMethodCompletionPartialResultCount);
66
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitUsingSemicolonToAddParenthesis);
69
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitUsingDotToAddParenthesis);
94
foreach (var kv in
s_countLogAggregator
)