7 references to ActionInfo
Microsoft.CodeAnalysis.Features (7)
QuickInfo\OnTheFlyDocsLogger.cs (7)
11private static readonly CountLogAggregator<ActionInfo> s_countLogAggregator = new(); 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);