1 instantiation of Base2ExponentialHistogramStatistics
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (1)
149var newStats = new Base2ExponentialHistogramStatistics(
3 references to Base2ExponentialHistogramStatistics
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\Aggregator.cs (1)
51/// Initializes a new instance of the <see cref="Base2ExponentialHistogramStatistics"/> class capturing the current collected statistics.
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (1)
149var newStats = new Base2ExponentialHistogramStatistics(
System\Diagnostics\Metrics\MetricsEventSource.cs (1)
862else if (stats.AggregationStatistics is Base2ExponentialHistogramStatistics base2ExponentialHistogramStats)