4 references to IsNegative
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (4)
1312
if (value < 0 && (value != long.MinValue || !pdecIn.
IsNegative
))
1315
if (pdecIn.
IsNegative
)
2493
if ((remainder | sticky) == 0 || !d.
IsNegative
)
2500
if ((remainder | sticky) == 0 || d.
IsNegative
)