25 references to IsNegative
System.Private.CoreLib (25)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (22)
214if (IsNegative(value)) 227if (IsNegative(value)) 240if (IsNegative(value)) 350if (IsNegative(value)) 726if (IsNegative(value)) 963if (IsNegative(value)) 1060if (IsNegative(left)) 1065if (IsNegative(right)) 1218if (IsPositive(sign) && IsNegative(result)) 1242if (IsNegative(value)) 1272if (IsNegative(value)) 1276if (IsNegative(value)) 1397if (IsNegative(absX)) 1401if (IsNegative(absX)) 1409if (IsNegative(absY)) 1413if (IsNegative(absY)) 1426return IsNegative(x) ? y : x; 1440if (IsNegative(absX)) 1444if (IsNegative(absX)) 1452if (IsNegative(absY)) 1456if (IsNegative(absY)) 1469return IsNegative(x) ? x : y;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2626Debug.Assert(Int128.IsNegative(value)); 2654Debug.Assert(Int128.IsNegative(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
496if (Int128.IsNegative(value))