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