2 instantiations of Bucket
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
147
yield return new
Bucket
(GetBucketCanonicalValue(exponent, mantissa), count);
166
yield return new
Bucket
(GetBucketCanonicalValue(exponent, mantissa), count);
2 references to Bucket
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
110
foreach (
Bucket
b in IterateBuckets(counters))
130
private IEnumerable<
Bucket
> IterateBuckets(int[]?[] counters)