18 references to BigInteger
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateFactoryTests.cs (2)
331
new object[] { (Action<HttpContext, BigInteger[]>)Store, new[] { "-42" },new[]{ new
BigInteger
(-42) } },
382
new object[] { (Action<HttpContext, BigInteger>)Store, "-42", new
BigInteger
(-42) },
RequestDelegateGenerator\RequestDelegateCreationTests.Arrays.cs (1)
138
new object[] { "BigInteger[]", new[] { "-42" },new[]{ new
BigInteger
(-42) } },
RequestDelegateGenerator\RequestDelegateCreationTests.TryParse.cs (1)
49
new object[] { "BigInteger", "-42", new
BigInteger
(-42) },
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 (11)
System\Number.BigInteger.cs (1)
213
result = new
BigInteger
((int)leading);
System\Numerics\BigInteger.cs (10)
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);
2144
return new
BigInteger
(value);
2152
return new
BigInteger
(value);
2157
return new
BigInteger
(value);
2162
return new
BigInteger
(value);
2243
return new
BigInteger
((int)value);
2250
return new
BigInteger
(value);
2256
return new
BigInteger
(value);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
245
BigInteger ten = new
BigInteger
(10);