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