3 writes to NoLabelAggregator
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
214NoLabelAggregator = null; 222NoLabelAggregator = val0; 250Interlocked.CompareExchange(ref NoLabelAggregator, aggregator, null);
4 references to NoLabelAggregator
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\AggregatorStore.cs (4)
245if (NoLabelAggregator == null) 253return NoLabelAggregator; 300if (NoLabelAggregator != null) 302IAggregationStatistics stats = NoLabelAggregator.Collect();