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