6 references to MemStreamMaxLength
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (6)
47ArgumentOutOfRangeException.ThrowIfGreaterThan(capacity, MemStreamMaxLength); 314if (value > MemStreamMaxLength - _origin) 527if (offset > MemStreamMaxLength - loc) 550if (value < 0 || value > MemStreamMaxLength) 556Debug.Assert(MemStreamMaxLength == Array.MaxLength); // Check parameter validation logic in this method if this fails. 557if (value > (MemStreamMaxLength - _origin))