5 references to One
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
61
private static readonly BigInteger s_bigOne = BigInteger.
One
;
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
2675
return -(value +
One
);
2692
return value +
One
;
2697
return value -
One
;
3936
static BigInteger IMultiplicativeIdentity<BigInteger, BigInteger>.MultiplicativeIdentity =>
One
;