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