2 references to ArrayMaxLength
System.Net.Http (2)
src\libraries\Common\src\System\Net\ArrayBuffer.cs (2)
155if ((uint)desiredSize > ArrayMaxLength) 161int newSize = Math.Max(desiredSize, (int)Math.Min(ArrayMaxLength, 2 * (uint)_bytes.Length));