6 references to ExponentArraySize
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (6)
44
private const int PositiveIntAndNan =
ExponentArraySize
/ 2 - 1;
45
private const int NegativeIntAndNan =
ExponentArraySize
- 1;
69
_counters = new int[
ExponentArraySize
][];
91
_counters = new int[
ExponentArraySize
][];
133
const int LowestNegativeOffset =
ExponentArraySize
/ 2;
135
for (int exponent =
ExponentArraySize
- 2; exponent >= LowestNegativeOffset; exponent--)