1 write to _aggregatorStore
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\InstrumentState.cs (1)
27_aggregatorStore = new AggregatorStore<TAggregator>(createAggregatorFunc);
2 references to _aggregatorStore
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\InstrumentState.cs (2)
32_aggregatorStore.Collect(aggregationVisitFunc); 38TAggregator? aggregator = _aggregatorStore.GetAggregator(labels);