7 references to s_countLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (7)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (7)
46
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled);
49
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithImportCompletionBlocking);
52
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithImportCompletionDelayed);
56
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithDelayedImportCompletionIncludedInUpdate);
62
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled);
65
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ExpanderUsageCount);
109
foreach (var kv in
s_countLogAggregator
)