10 references to _tags
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Metrics\TagList.netcore.cs (10)
43
_tags
:
69
return _overflowTags is null ?
_tags
[index] : _overflowTags[index];
78
_tags
[index] = value;
104
_tags
[count] = tag;
124
((ReadOnlySpan<KeyValuePair<string, object?>>)
_tags
).CopyTo(_overflowTags);
189
((ReadOnlySpan<KeyValuePair<string, object?>>)
_tags
).CopyTo(_overflowTags);
204
Span<KeyValuePair<string, object?>> tags =
_tags
;
221
Span<KeyValuePair<string, object?>> tags = _overflowTags is not null ? _overflowTags :
_tags
;
278
_tags
;
309
((ReadOnlySpan<KeyValuePair<string, object?>>)
_tags
).Slice(0, _tagsCount);