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