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)
15
internal sealed class HistogramLogAggregator<TKey> : AbstractLogAggregator<TKey, HistogramLogAggregator<TKey>.
HistogramCounter
> where TKey : notnull
33
protected override
HistogramCounter
CreateCounter()
38
var
counter = GetCounter(key);
44
var
counter = GetCounter(key);
48
public
HistogramCounter
? GetValue(TKey key)
50
TryGetCounter(key, out
var
counter);
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginLogger.cs (1)
36
var
histogramLogAggragator = s_histogramLogAggregator.GetValue(ActionInfo.GetInheritanceMarginMembers);