2 references to PopCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
894
count += int.
PopCount
(i);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
3214
return int.
PopCount
(value._sign);