7 references to InlineTags
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\TagList.netcore.cs (7)
30
private
InlineTags
_tags;
42
scoped Span<KeyValuePair<string, object?>> tags = _tagsCount <=
InlineTags
.Length ?
102
if (_overflowTags is null && (uint)count <
InlineTags
.Length)
119
Debug.Assert(_overflowTags is not null || _tagsCount ==
InlineTags
.Length);
123
_overflowTags = new KeyValuePair<string, object?>[
InlineTags
.Length + OverflowAdditionalCapacity];
182
if (_tagsCount ==
InlineTags
.Length && _overflowTags is null)
184
_overflowTags = new KeyValuePair<string, object?>[
InlineTags
.Length + OverflowAdditionalCapacity];