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