3 references to s_one
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
767
public static BigInteger One =>
s_one
;
1165
return
s_one
;
1187
return (exponent & 1) != 0 ? value :
s_one
;