5 references to EmptyTags
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\Instrument.common.cs (1)
87protected void RecordMeasurement(T measurement) => RecordMeasurement(measurement, Instrument.EmptyTags.AsSpan());
System\Diagnostics\Metrics\Measurement.cs (4)
24_tags = Instrument.EmptyTags; 35_tags = tags?.ToArray() ?? Instrument.EmptyTags; 53_tags = Instrument.EmptyTags; 86_tags = Instrument.EmptyTags;