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