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