20 references to MaxBlockCount
System.Private.CoreLib (20)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (20)
373
Debug.Assert(unchecked((uint)resultLength) <
MaxBlockCount
);
375
if (unchecked((uint)resultLength) >=
MaxBlockCount
)
392
Debug.Assert(unchecked((uint)lhs._length) <=
MaxBlockCount
);
393
Debug.Assert(unchecked((uint)rhs._length) <=
MaxBlockCount
);
762
Debug.Assert(unchecked((uint)resultLength) <
MaxBlockCount
);
764
if (unchecked((uint)resultLength) >=
MaxBlockCount
)
813
Debug.Assert(unchecked((uint)maxResultLength) <=
MaxBlockCount
);
815
if (unchecked((uint)maxResultLength) >
MaxBlockCount
)
873
Debug.Assert(unchecked((uint)result._length) <=
MaxBlockCount
);
875
if (unchecked((uint)result._length) >
MaxBlockCount
)
922
Debug.Assert((Pow10BigNumTableIndices[^1] +
MaxBlockCount
+ 2) == Pow10BigNumTable.Length);
1078
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1080
if (unchecked((uint)length) >=
MaxBlockCount
)
1151
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1153
if (unchecked((uint)length) >=
MaxBlockCount
)
1249
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1251
if (unchecked((uint)length) >=
MaxBlockCount
)
1278
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1280
if (unchecked((uint)length) >=
MaxBlockCount
)
1386
[InlineArray(
MaxBlockCount
)]