11 references to StoreUnsafe
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (2)
874
beg.
StoreUnsafe
(ref dRefBeg);
2194
beg.
StoreUnsafe
(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (1)
746
beg.
StoreUnsafe
(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (3)
955
beg.
StoreUnsafe
(ref dRefBeg);
2418
beg.
StoreUnsafe
(ref dRefBeg);
3889
beg.
StoreUnsafe
(ref dRefBeg);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (1)
786
beg.
StoreUnsafe
(ref dRefBeg);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
3818
public 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)
836
static 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)
919
tempLast.
StoreUnsafe
(ref first);
920
tempFirst.
StoreUnsafe
(ref last);