2 references to PopCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
438return (int)Popcnt.PopCount(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Popcnt.cs (1)
43public static uint PopCount(uint value) => PopCount(value);