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