1 reference to StoreUnsafe
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1200static void ISimdVector<Vector<T>, T>.StoreUnsafe(Vector<T> vector, ref T destination, nuint elementOffset) => vector.StoreUnsafe(ref destination, elementOffset);