10 references to _tags
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Metrics\TagList.netcore.cs (10)
43_tags : 69return _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); 200Span<KeyValuePair<string, object?>> tags = _tags; 217Span<KeyValuePair<string, object?>> tags = _overflowTags is not null ? _overflowTags : _tags; 274_tags; 305((ReadOnlySpan<KeyValuePair<string, object?>>)_tags).Slice(0, _tagsCount);