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