7 references to EmptyTags
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\Instrument.common.cs (1)
87
protected void RecordMeasurement(T measurement) => RecordMeasurement(measurement, Instrument.
EmptyTags
.AsSpan());
System\Diagnostics\Metrics\Measurement.cs (6)
24
_tags = Instrument.
EmptyTags
;
53
_tags = Instrument.
EmptyTags
;
86
_tags = Instrument.
EmptyTags
;
106
return Instrument.
EmptyTags
;
116
return Instrument.
EmptyTags
;
142
return Instrument.
EmptyTags
;