1 write to _histogramAggregatorFactory
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
130
_histogramAggregatorFactory
= histogramAggregatorFactory;
1 reference to _histogramAggregatorFactory
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
431
return (!CheckHistogramAllowed() || !CheckTimeSeriesAllowed()) ? null :
_histogramAggregatorFactory
();