2 references to NegativeZeroValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (2)
45private const ulong NegativeOneValue = NegativeZeroValue | 0x1; 81public static Decimal64 NegativeZero => new Decimal64(NegativeZeroValue);