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