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