2 references to IsNegative
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (2)
798return IsNegative(x) ? y : x; 841return IsNegative(x) ? x : y;