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