2 writes to _count
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
165
_count
= 0;
191
_count
++;
2 references to _count
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
133
internal long Count =>
_count
;
153
_count
,