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