3 references to RotateLeft
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
3453return RotateLeft(RotateLeft(value, int.MaxValue), 1); 3456return RotateLeft(value, -rotateAmount);