4 references to ActionInfo
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceMarginLogger.cs (4)
13private static readonly HistogramLogAggregator<ActionInfo> s_histogramLogAggregator = new(1000, 60000); 22ActionInfo.GetInheritanceMarginMembers, elapsedTime); 36var histogramLogAggragator = s_histogramLogAggregator.GetValue(ActionInfo.GetInheritanceMarginMembers); 39histogramLogAggragator.WriteTelemetryPropertiesTo(m, nameof(ActionInfo.GetInheritanceMarginMembers) + ".");