5 references to LeftShiftSelf
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (4)
1293BigIntegerCalculator.LeftShiftSelf(shiftedBits, smallShift, out nuint carry); 3340BigIntegerCalculator.LeftShiftSelf(zd, smallShift, out nuint carry); 4192BigIntegerCalculator.LeftShiftSelf(zd, nuintSmallShift, out nuint carry); 4234BigIntegerCalculator.LeftShiftSelf(zd, smallShift32, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
45LeftShiftSelf(bits, smallShift, out nuint carry);