4 references to Count
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
889static int ISimdVector<Vector<T>, T>.Count(Vector<T> vector, T value) => Vector.Count(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (3)
786return Count(vector.As<T, int>(), -1); 790return Count(vector.As<T, long>(), -1); 794return Count(vector, Scalar<T>.AllBitsSet);