7 references to BigInteger
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.Integer.cs (1)
108BigInteger value = new BigInteger(contents, isBigEndian: true);
System.Formats.Cbor (1)
System\Formats\Cbor\CborHelpers.netcoreapp.cs (1)
32=> new BigInteger(bytes, isUnsigned: true, isBigEndian: true);
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
272this(new ReadOnlySpan<byte>(value ?? throw new ArgumentNullException(nameof(value)))) 3597value = new BigInteger(source, isUnsigned, isBigEndian: true); 3604value = new BigInteger(source, isUnsigned, isBigEndian: false);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.cs (2)
244BigInteger val = new BigInteger( 252val = new BigInteger(