25 references to IsNegative
System.Private.CoreLib (25)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (22)
220
if (
IsNegative
(value))
233
if (
IsNegative
(value))
246
if (
IsNegative
(value))
356
if (
IsNegative
(value))
975
if (
IsNegative
(value))
1072
if (
IsNegative
(left))
1077
if (
IsNegative
(right))
1221
if (
IsNegative
(absValue))
1228
if (
IsNegative
(absValue))
1252
if (
IsNegative
(value))
1282
if (
IsNegative
(value))
1286
if (
IsNegative
(value))
1407
if (
IsNegative
(absX))
1411
if (
IsNegative
(absX))
1419
if (
IsNegative
(absY))
1423
if (
IsNegative
(absY))
1436
return
IsNegative
(x) ? y : x;
1450
if (
IsNegative
(absX))
1454
if (
IsNegative
(absX))
1462
if (
IsNegative
(absY))
1466
if (
IsNegative
(absY))
1479
return
IsNegative
(x) ? x : y;
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2236
Debug.Assert(Int128.
IsNegative
(value));
2264
Debug.Assert(Int128.
IsNegative
(value));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
497
if (Int128.
IsNegative
(value))