5 references to s_minusOne
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (5)
476this = s_minusOne; 620this = s_minusOne; 769public static BigInteger MinusOne => s_minusOne; 5060return s_minusOne; 5108result = neg ? s_minusOne : default;