9 references to IsPositive
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
917if (IsPositive(value)) 964public static bool IsPow2(Int128 value) => (PopCount(value) == 1U) && IsPositive(value); 1225if (IsPositive(sign))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (6)
1367return Int128.IsPositive(value) 1383return Int128.IsPositive(value) 1430return Int128.IsPositive(value) 1444return Int128.IsPositive(value) 2460if (Int128.IsPositive(value)) 2490return Int128.IsPositive(value)