2 references to One
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
61
private static readonly BigInteger s_bigOne = BigInteger.
One
;
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
3640
static BigInteger IMultiplicativeIdentity<BigInteger, BigInteger>.MultiplicativeIdentity =>
One
;