7 writes to _tags
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\Measurement.cs (7)
24_tags = Instrument.EmptyTags; 35_tags = ToArray(tags); 48_tags = new KeyValuePair<string, object?>[tags.Length]; 53_tags = Instrument.EmptyTags; 67_tags = tags.ToArray(); 81_tags = new KeyValuePair<string, object?>[tags.Count]; 86_tags = Instrument.EmptyTags;
3 references to _tags
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\Measurement.cs (3)
49tags.CopyTo(_tags, 0); 82tags.CopyTo(_tags.AsSpan()); 95public ReadOnlySpan<KeyValuePair<string, object?>> Tags => _tags.AsSpan();