2 writes to _counters
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
69
_counters
= new int[ExponentArraySize][];
91
_counters
= new int[ExponentArraySize][];
2 references to _counters
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
88
counters =
_counters
;
184
ref int[]? mantissaCounts = ref
_counters
[exponent];