2 references to MinimumArrayPoolLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (2)
96Math.Max(MinimumArrayPoolLength, literalLength + (formattedCount * GuessedLengthPerHole)); 653int arraySize = (int)Math.Clamp(newCapacity, MinimumArrayPoolLength, int.MaxValue);