17 references to BigInteger
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
62
private static readonly BigInteger s_bigTwo = new
BigInteger
(2);
63
private static readonly BigInteger s_bigTen = new
BigInteger
(10);
System.Runtime.Numerics (14)
System\Number.BigInteger.cs (1)
215
result = new
BigInteger
((int)leading);
System\Numerics\BigInteger.cs (13)
48
private static readonly BigInteger s_bnOneInt = new
BigInteger
(1);
49
private static readonly BigInteger s_bnZeroInt = new
BigInteger
(0);
50
private static readonly BigInteger s_bnMinusOneInt = new
BigInteger
(-1);
2212
return new
BigInteger
(value);
2220
return new
BigInteger
(value);
2225
return new
BigInteger
(value);
2230
return new
BigInteger
(value);
2311
return new
BigInteger
((int)value);
2318
return new
BigInteger
(value);
2324
return new
BigInteger
(value);
3287
? new
BigInteger
((int)rs)
3308
? new
BigInteger
((int)rs)
5161
return new
BigInteger
(int.MinValue >>> smallShift);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
245
BigInteger ten = new
BigInteger
(10);