3 references to RightShiftSelf
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (2)
2709BigIntegerCalculator.RightShiftSelf(zd, smallShift, out nuint carry); 5073BigIntegerCalculator.RightShiftSelf(zd, smallShift, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
60RightShiftSelf(bits, smallShift, out nuint carry);