6 references to ExponentArraySize
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (6)
46
private const int PositiveIntAndNan =
ExponentArraySize
/ 2 - 1;
47
private const int NegativeIntAndNan =
ExponentArraySize
- 1;
71
_counters = new int[
ExponentArraySize
][];
93
_counters = new int[
ExponentArraySize
][];
135
const int LowestNegativeOffset =
ExponentArraySize
/ 2;
137
for (int exponent =
ExponentArraySize
- 2; exponent >= LowestNegativeOffset; exponent--)