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