68 references to StoreUnsafe
System.Numerics.Tensors (63)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (18)
632beg.StoreUnsafe(ref dRefBeg); 949beg.StoreUnsafe(ref dRef); 962beg.StoreUnsafe(ref dRef); 1121beg.StoreUnsafe(ref dRef); 1134beg.StoreUnsafe(ref dRef); 1236beg.StoreUnsafe(ref dRef); 1248beg.StoreUnsafe(ref dRef); 1326beg.StoreUnsafe(ref dRef); 1338beg.StoreUnsafe(ref dRef); 1956beg.StoreUnsafe(ref dRefBeg); 2271beg.StoreUnsafe(ref dRef); 2284beg.StoreUnsafe(ref dRef); 2447beg.StoreUnsafe(ref dRef); 2460beg.StoreUnsafe(ref dRef); 2566beg.StoreUnsafe(ref dRef); 2578beg.StoreUnsafe(ref dRef); 2660beg.StoreUnsafe(ref dRef); 2672beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (9)
535beg.StoreUnsafe(ref dRefBeg); 819beg.StoreUnsafe(ref dRef); 831beg.StoreUnsafe(ref dRef); 971beg.StoreUnsafe(ref dRef); 983beg.StoreUnsafe(ref dRef); 1074beg.StoreUnsafe(ref dRef); 1085beg.StoreUnsafe(ref dRef); 1156beg.StoreUnsafe(ref dRef); 1167beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (27)
682beg.StoreUnsafe(ref dRefBeg); 1032beg.StoreUnsafe(ref dRef); 1046beg.StoreUnsafe(ref dRef); 1224beg.StoreUnsafe(ref dRef); 1238beg.StoreUnsafe(ref dRef); 1351beg.StoreUnsafe(ref dRef); 1364beg.StoreUnsafe(ref dRef); 1449beg.StoreUnsafe(ref dRef); 1462beg.StoreUnsafe(ref dRef); 2149beg.StoreUnsafe(ref dRefBeg); 2497beg.StoreUnsafe(ref dRef); 2511beg.StoreUnsafe(ref dRef); 2693beg.StoreUnsafe(ref dRef); 2707beg.StoreUnsafe(ref dRef); 2824beg.StoreUnsafe(ref dRef); 2837beg.StoreUnsafe(ref dRef); 2926beg.StoreUnsafe(ref dRef); 2939beg.StoreUnsafe(ref dRef); 3625beg.StoreUnsafe(ref dRefBeg); 3969beg.StoreUnsafe(ref dRef); 3983beg.StoreUnsafe(ref dRef); 4167beg.StoreUnsafe(ref dRef); 4181beg.StoreUnsafe(ref dRef); 4300beg.StoreUnsafe(ref dRef); 4313beg.StoreUnsafe(ref dRef); 4404beg.StoreUnsafe(ref dRef); 4417beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (9)
575beg.StoreUnsafe(ref dRefBeg); 859beg.StoreUnsafe(ref dRef); 871beg.StoreUnsafe(ref dRef); 1011beg.StoreUnsafe(ref dRef); 1023beg.StoreUnsafe(ref dRef); 1114beg.StoreUnsafe(ref dRef); 1125beg.StoreUnsafe(ref dRef); 1196beg.StoreUnsafe(ref dRef); 1207beg.StoreUnsafe(ref dRef);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2509utf16Lower.StoreUnsafe(ref dest);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
3807public static unsafe void Store<T>(this Vector256<T> source, T* destination) => source.StoreUnsafe(ref *destination);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
836static void ISimdVector<Vector256<T>, T>.StoreUnsafe(Vector256<T> vector, ref T destination) => vector.StoreUnsafe(ref destination);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Char.cs (2)
963tempLast.StoreUnsafe(ref first); 964tempFirst.StoreUnsafe(ref last);