22 references to Zero
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
60private static readonly BigInteger s_bigZero = BigInteger.Zero;
NuGet.Packaging (2)
Signing\DerEncoding\DerEncoder.cs (2)
983BigInteger value = BigInteger.Zero; 1028while (unencoded != BigInteger.Zero);
System.Data.Common (2)
System\Data\Common\BigIntegerStorage.cs (2)
16base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger) 132_values[record] = BigInteger.Zero;
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnWriter.Oid.cs (2)
160BigInteger value = BigInteger.Zero; 215while (unencoded != BigInteger.Zero);
System.Runtime.Numerics (13)
System\Numerics\BigInteger.cs (13)
177this = Zero; 188this = Zero; 2566left.IsZero || right.IsZero ? Zero : 3153/// <remarks>This method returns 0 iff the value of current object is equal to <see cref="Zero"/> or <see cref="MinusOne"/>. For positive integers the return value is equal to the ordinary binary representation string length.</remarks> 3220static BigInteger IAdditiveIdentity<BigInteger, BigInteger>.AdditiveIdentity => Zero; 4310result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4316result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4322result = BFloat16.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4364result = float.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4433result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4439result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4445result = BFloat16.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4487result = float.IsNaN(actualValue) ? Zero : (BigInteger)actualValue;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
246BigInteger accum = BigInteger.Zero;
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
167if (h < BigInteger.Zero)