6 references to Length
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\Metrics\TagList.netcore.cs (6)
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];