5 references to OverflowAdditionalCapacity
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\TagList.netcore.cs (5)
44_overflowTags = new KeyValuePair<string, object?>[_tagsCount + OverflowAdditionalCapacity]; 123_overflowTags = new KeyValuePair<string, object?>[InlineTags.Length + OverflowAdditionalCapacity]; 128Array.Resize(ref _overflowTags, _tagsCount + OverflowAdditionalCapacity); 184_overflowTags = new KeyValuePair<string, object?>[InlineTags.Length + OverflowAdditionalCapacity]; 192Array.Resize(ref _overflowTags, _tagsCount + OverflowAdditionalCapacity);