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