2 references to NegativeZeroValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (2)
50private const uint NegativeOneValue = NegativeZeroValue | 0x1; 86public static Decimal32 NegativeZero => new Decimal32(NegativeZeroValue);