3 references to StoreUnsafe
System.Linq (1)
System\Linq\Range.cs (1)
96current.StoreUnsafe(ref pos);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2912public static unsafe void Store<T>(this Vector<T> source, T* destination) => source.StoreUnsafe(ref *destination);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1196static void ISimdVector<Vector<T>, T>.StoreUnsafe(Vector<T> vector, ref T destination) => vector.StoreUnsafe(ref destination);