26 references to IsNegative
System.Private.CoreLib (26)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (23)
220if (IsNegative(value)) 233if (IsNegative(value)) 246if (IsNegative(value)) 356if (IsNegative(value)) 732if (IsNegative(value)) 969if (IsNegative(value)) 1066if (IsNegative(left)) 1071if (IsNegative(right)) 1220if (IsNegative(absValue)) 1227if (IsNegative(absValue)) 1251if (IsNegative(value)) 1281if (IsNegative(value)) 1285if (IsNegative(value)) 1406if (IsNegative(absX)) 1410if (IsNegative(absX)) 1418if (IsNegative(absY)) 1422if (IsNegative(absY)) 1435return IsNegative(x) ? y : x; 1449if (IsNegative(absX)) 1453if (IsNegative(absX)) 1461if (IsNegative(absY)) 1465if (IsNegative(absY)) 1478return IsNegative(x) ? x : y;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2497Debug.Assert(Int128.IsNegative(value)); 2525Debug.Assert(Int128.IsNegative(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
496if (Int128.IsNegative(value))