5 writes to _tags
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\Measurement.cs (5)
22_tags = Instrument.EmptyTags; 33_tags = ToArray(tags); 46_tags = new KeyValuePair<string, object?>[tags.Length]; 51_tags = Instrument.EmptyTags; 64_tags = tags.ToArray();
2 references to _tags
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Measurement.cs (2)
47tags.CopyTo(_tags, 0); 71public ReadOnlySpan<KeyValuePair<string, object?>> Tags => _tags.AsSpan();