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