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)
90counters = _counters; 186ref int[]? mantissaCounts = ref _counters[exponent];