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