3 references to RotateRight
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
3251return RotateRight(RotateRight(value, int.MaxValue), 1); 3254return RotateRight(value, -rotateAmount);