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