1 write to _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\InstrumentState.cs (2)
36
_aggregatorStore
.Collect(aggregationVisitFunc);
42
TAggregator? aggregator =
_aggregatorStore
.GetAggregator(labels);