2 references to IsNegative
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (2)
840return IsNegative(x) ? y : x; 883return IsNegative(x) ? x : y;