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);
75
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitsOfExtensionMethodImportCompletionItem);
78
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ExtensionMethodCompletionPartialResultCount);
81
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitUsingSemicolonToAddParenthesis);
84
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.CommitUsingDotToAddParenthesis);
109
foreach (var kv in
s_countLogAggregator
)