1 instantiation of AggregatorStore
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\InstrumentState.cs (1)
31
_aggregatorStore = new
AggregatorStore
<TAggregator>(createAggregatorFunc);
2 references to AggregatorStore
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregatorStore.cs (1)
329
ref
AggregatorStore
<TAggregator> aggregatorStore,
System\Diagnostics\Metrics\InstrumentState.cs (1)
25
private
AggregatorStore
<TAggregator> _aggregatorStore;