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