3 references to RightShiftSelf
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (2)
2651BigIntegerCalculator.RightShiftSelf(zd, smallShift, out uint carry); 5128BigIntegerCalculator.RightShiftSelf(zd, smallShift, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
55RightShiftSelf(bits, smallShift, out uint carry);