2 references to BigInteger
System.Numerics (2)
System\Numerics\BigInteger.cs (1)
46
private static readonly BigInteger s_bnMinInt = new
BigInteger
(-1, new uint[] { kuMaskHighBit });
System\Numerics\BigIntegerBuilder.cs (1)
130
return new
BigInteger
(sign, bits);