6 references to MaxLength
System.Runtime.Numerics (6)
System\Number.BigInteger.cs (2)
239if (totalUIntCount > BigInteger.MaxLength) 791Debug.Assert((long)BigInteger.MaxLength * (MaxPartialDigits + 1) / MaxPartialDigits + 1 < (long)int.MaxValue); // won't overflow
System\Numerics\BigInteger.cs (4)
480if ((rgu is not null) && (rgu.Length > MaxLength)) 505if (value.Length > MaxLength) 568if (value.Length > MaxLength) 3140Debug.Assert(_bits.Length <= MaxLength);