20 references to MaxBlockCount
System.Private.CoreLib (20)
src\runtime\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); 1078Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1080if (unchecked((uint)length) >= MaxBlockCount) 1151Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1153if (unchecked((uint)length) >= MaxBlockCount) 1249Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1251if (unchecked((uint)length) >= MaxBlockCount) 1278Debug.Assert(unchecked((uint)length) < MaxBlockCount); 1280if (unchecked((uint)length) >= MaxBlockCount) 1386[InlineArray(MaxBlockCount)]