7 references to s_countLogAggregator
Microsoft.CodeAnalysis.Features (7)
QuickInfo\OnTheFlyDocsLogger.cs (7)
24
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.HoveredSourceSymbol);
27
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.HoveredMetadataSymbol);
30
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLink);
33
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLinkWithDocComments);
36
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequested);
39
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequestedWithDocComments);
45
foreach (var kv in
s_countLogAggregator
)