3 writes to Label2
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
216
Label2
= null;
230
Label2
= val2;
273
Interlocked.CompareExchange(ref
Label2
, new FixedSizeLabelNameDictionary<StringSequence2, ObjectSequence2, TAggregator>(), null);
3 references to Label2
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
271
if (
Label2
== null)
275
return (FixedSizeLabelNameDictionary<TStringSequence, TObjectSequence, TAggregator>)(object)
Label2
;
306
Label2
?.Collect(visitFunc);