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