3 writes to LabelMany
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
218LabelMany = null; 238LabelMany = valMany; 287Interlocked.CompareExchange(ref LabelMany, new FixedSizeLabelNameDictionary<StringSequenceMany, ObjectSequenceMany, TAggregator>(), null);
3 references to LabelMany
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
285if (LabelMany == null) 289return (FixedSizeLabelNameDictionary<TStringSequence, TObjectSequence, TAggregator>)(object)LabelMany; 308LabelMany?.Collect(visitFunc);