4 references to LeftShiftSelf
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (3)
2616
BigIntegerCalculator.
LeftShiftSelf
(zd, smallShift, out nuint carry);
3401
BigIntegerCalculator.
LeftShiftSelf
(zd, nuintSmallShift, out nuint carry);
3443
BigIntegerCalculator.
LeftShiftSelf
(zd, smallShift32, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
45
LeftShiftSelf
(bits, smallShift, out nuint carry);