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