6 references to MinusOne
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (5)
2608result = MinusOne; 3082/// <remarks>This method returns 0 iff the value of current object is equal to <see cref="Zero"/> or <see cref="MinusOne"/>. For positive integers the return value is equal to the ordinary binary representation string length.</remarks> 3908static BigInteger IBinaryNumber<BigInteger>.AllBitsSet => MinusOne; 5332result = MinusOne; 5390static BigInteger ISignedNumber<BigInteger>.NegativeOne => MinusOne;
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHelpers.cs (1)
183=> throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, BigInteger.MinusOne - new BigInteger(alg)));