11 references to StoreUnsafe
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (2)
874beg.StoreUnsafe(ref dRefBeg); 2194beg.StoreUnsafe(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (1)
746beg.StoreUnsafe(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (3)
955beg.StoreUnsafe(ref dRefBeg); 2418beg.StoreUnsafe(ref dRefBeg); 3889beg.StoreUnsafe(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (1)
786beg.StoreUnsafe(ref dRefBeg);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
3818public static unsafe void Store<T>(this Vector512<T> source, T* destination) => source.StoreUnsafe(ref *destination);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
836static void ISimdVector<Vector512<T>, T>.StoreUnsafe(Vector512<T> vector, ref T destination) => vector.StoreUnsafe(ref destination);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Char.cs (2)
919tempLast.StoreUnsafe(ref first); 920tempFirst.StoreUnsafe(ref last);