7 references to s_countLogAggregator
Microsoft.CodeAnalysis.Features (7)
QuickInfo\OnTheFlyDocsLogger.cs (7)
25=> s_countLogAggregator.IncreaseCount(ActionInfo.HoveredSourceSymbol); 28=> s_countLogAggregator.IncreaseCount(ActionInfo.HoveredMetadataSymbol); 31=> s_countLogAggregator.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLink); 34=> s_countLogAggregator.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLinkWithDocComments); 37=> s_countLogAggregator.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequested); 40=> s_countLogAggregator.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequestedWithDocComments); 46foreach (var kv in s_countLogAggregator)