19 references to Zero
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
60private static readonly BigInteger s_bigZero = 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)
163BigInteger value = BigInteger.Zero; 218while (unencoded != BigInteger.Zero);
System.Runtime.Numerics (12)
System\Numerics\BigInteger.cs (12)
175this = Zero; 186this = Zero; 718return (value >= Zero) ? value : -value; 2335return Zero; 3055/// <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> 3154static BigInteger IAdditiveIdentity<BigInteger, BigInteger>.AdditiveIdentity => Zero; 4300result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4306result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4348result = float.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4417result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4423result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4465result = 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)
173if (h < BigInteger.Zero)