4 references to LastIndexOf
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (3)
1619return LastIndexOf(vector.As<T, int>(), -1); 1623return LastIndexOf(vector.As<T, long>(), -1); 1627return LastIndexOf(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1044static int ISimdVector<Vector<T>, T>.LastIndexOf(Vector<T> vector, T value) => Vector.LastIndexOf(vector, value);