1 instantiation of HistogramCounter
Microsoft.CodeAnalysis.Workspaces (1)
Log\HistogramLogAggregator.cs (1)
34=> new(_bucketSize, _maxBucketValue, _bucketCount);
7 references to HistogramCounter
Microsoft.CodeAnalysis.Workspaces (6)
Log\HistogramLogAggregator.cs (6)
15internal sealed class HistogramLogAggregator<TKey> : AbstractLogAggregator<TKey, HistogramLogAggregator<TKey>.HistogramCounter> where TKey : notnull 33protected override HistogramCounter CreateCounter() 38var counter = GetCounter(key); 44var counter = GetCounter(key); 48public HistogramCounter? GetValue(TKey key) 50TryGetCounter(key, out var counter);
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginLogger.cs (1)
36var histogramLogAggragator = s_histogramLogAggregator.GetValue(ActionInfo.GetInheritanceMarginMembers);