2 writes to _count
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
162
_count
= 0;
188
_count
++;
2 references to _count
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
130
internal long Count =>
_count
;
150
_count
,