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; 5464return s_minusOne; 5512result = neg ? s_minusOne : default;