2 writes to _counters
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
71
_counters
= new int[ExponentArraySize][];
93
_counters
= new int[ExponentArraySize][];
2 references to _counters
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
90
counters =
_counters
;
186
ref int[]? mantissaCounts = ref
_counters
[exponent];