2 references to IsNegative
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (2)
837return IsNegative(x) ? y : x; 880return IsNegative(x) ? x : y;