8 references to Zero
System.Data (2)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (2)
21: base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger) 119values[record] = BigInteger.Zero;
System.Numerics (6)
System\Numerics\BigInteger.cs (4)
841return (value >= BigInteger.Zero) ? value : -value; 1335return BigInteger.Zero; 1741this = BigInteger.Zero; 1752this = BigInteger.Zero;
System\Numerics\BigNumber.cs (2)
323result = BigInteger.Zero; 361BigInteger result = BigInteger.Zero;