3 references to IsPositive
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
927
if (
IsPositive
(value))
974
public static bool IsPow2(Int128 value) => (PopCount(value) == 1U) &&
IsPositive
(value);
1230
if (
IsPositive
(sign))