3 writes to Label1
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
215
Label1
= null;
226
Label1
= val1;
266
Interlocked.CompareExchange(ref
Label1
, new FixedSizeLabelNameDictionary<StringSequence1, ObjectSequence1, TAggregator>(), null);
3 references to Label1
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
264
if (
Label1
== null)
268
return (FixedSizeLabelNameDictionary<TStringSequence, TObjectSequence, TAggregator>)(object)
Label1
;
305
Label1
?.Collect(visitFunc);