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);
185
((ReadOnlySpan<KeyValuePair<string, object?>>)
_tags
).CopyTo(_overflowTags);
200
Span<KeyValuePair<string, object?>> tags =
_tags
;
217
Span<KeyValuePair<string, object?>> tags = _overflowTags is not null ? _overflowTags :
_tags
;
274
_tags
;
305
((ReadOnlySpan<KeyValuePair<string, object?>>)
_tags
).Slice(0, _tagsCount);