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