4 references to s_countLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (4)
37
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled);
40
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.SessionWithDelayedImportCompletionIncludedInUpdate);
43
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ExpanderUsageCount);
87
foreach (var kv in
s_countLogAggregator
)