9 references to IsPositive
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
911
if (
IsPositive
(value))
958
public static bool IsPow2(Int128 value) => (PopCount(value) == 1U) &&
IsPositive
(value);
1218
if (
IsPositive
(sign) && IsNegative(result))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (6)
1496
return Int128.
IsPositive
(value)
1512
return Int128.
IsPositive
(value)
1559
return Int128.
IsPositive
(value)
1573
return Int128.
IsPositive
(value)
2589
if (Int128.
IsPositive
(value))
2619
return Int128.
IsPositive
(value)