1 reference to PopCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
980public static bool IsPow2(UInt128 value) => PopCount(value) == 1U;