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