20 references to MaxBlockCount
System.Private.CoreLib (20)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (20)
373Debug.Assert(unchecked((uint)resultLength) < MaxBlockCount); 375if (unchecked((uint)resultLength) >= MaxBlockCount) 392Debug.Assert(unchecked((uint)lhs._length) <= MaxBlockCount); 393Debug.Assert(unchecked((uint)rhs._length) <= MaxBlockCount); 762Debug.Assert(unchecked((uint)resultLength) < MaxBlockCount); 764if (unchecked((uint)resultLength) >= MaxBlockCount) 813Debug.Assert(unchecked((uint)maxResultLength) <= MaxBlockCount); 815if (unchecked((uint)maxResultLength) > MaxBlockCount) 873Debug.Assert(unchecked((uint)result._length) <= MaxBlockCount); 875if (unchecked((uint)result._length) > MaxBlockCount) 922Debug.Assert((Pow10BigNumTableIndices[^1] + MaxBlockCount + 2) == Pow10BigNumTable.Length); 1081Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1083if (unchecked((uint)length) >= MaxBlockCount) 1154Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1156if (unchecked((uint)length) >= MaxBlockCount) 1252Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1254if (unchecked((uint)length) >= MaxBlockCount) 1281Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1283if (unchecked((uint)length) >= MaxBlockCount) 1364[InlineArray(MaxBlockCount)]