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