20 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)
160BigInteger value = BigInteger.Zero; 215while (unencoded != BigInteger.Zero);
System.Runtime.Numerics (13)
System\Numerics\BigInteger.cs (13)
175this = Zero; 186this = Zero; 2403return Zero; 3117/// <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> 3190static BigInteger IAdditiveIdentity<BigInteger, BigInteger>.AdditiveIdentity => Zero; 4147result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4153result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4159result = BFloat16.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4201result = float.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4270result = double.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4276result = Half.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4282result = BFloat16.IsNaN(actualValue) ? Zero : (BigInteger)actualValue; 4324result = 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)