20 references to MaxBlockCount
System.Private.CoreLib (20)
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);
1081
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1083
if (unchecked((uint)length) >=
MaxBlockCount
)
1154
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1156
if (unchecked((uint)length) >=
MaxBlockCount
)
1252
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1254
if (unchecked((uint)length) >=
MaxBlockCount
)
1281
Debug.Assert(unchecked((uint)length) <
MaxBlockCount
);
1283
if (unchecked((uint)length) >=
MaxBlockCount
)
1364
[InlineArray(
MaxBlockCount
)]