3 references to s_bnOneInt
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
632public static BigInteger One { get { return s_bnOneInt; } } 1038return s_bnOneInt; 1053return (exponent & 1) != 0 ? value : s_bnOneInt;