3 references to ZeroValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (3)
44private const ulong OneValue = ZeroValue | 0x1; 84public static Decimal64 Zero => new Decimal64(ZeroValue); 1777static ulong IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.Zero => ZeroValue;