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