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