69 references to StoreUnsafe
System.Numerics.Tensors (63)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (18)
390beg.StoreUnsafe(ref dRefBeg); 991beg.StoreUnsafe(ref dRef); 1004beg.StoreUnsafe(ref dRef); 1155beg.StoreUnsafe(ref dRef); 1168beg.StoreUnsafe(ref dRef); 1264beg.StoreUnsafe(ref dRef); 1276beg.StoreUnsafe(ref dRef); 1352beg.StoreUnsafe(ref dRef); 1364beg.StoreUnsafe(ref dRef); 1718beg.StoreUnsafe(ref dRefBeg); 2315beg.StoreUnsafe(ref dRef); 2328beg.StoreUnsafe(ref dRef); 2483beg.StoreUnsafe(ref dRef); 2496beg.StoreUnsafe(ref dRef); 2596beg.StoreUnsafe(ref dRef); 2608beg.StoreUnsafe(ref dRef); 2688beg.StoreUnsafe(ref dRef); 2700beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (9)
324beg.StoreUnsafe(ref dRefBeg); 858beg.StoreUnsafe(ref dRef); 870beg.StoreUnsafe(ref dRef); 1002beg.StoreUnsafe(ref dRef); 1014beg.StoreUnsafe(ref dRef); 1099beg.StoreUnsafe(ref dRef); 1110beg.StoreUnsafe(ref dRef); 1179beg.StoreUnsafe(ref dRef); 1190beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (27)
409beg.StoreUnsafe(ref dRefBeg); 1077beg.StoreUnsafe(ref dRef); 1091beg.StoreUnsafe(ref dRef); 1261beg.StoreUnsafe(ref dRef); 1275beg.StoreUnsafe(ref dRef); 1382beg.StoreUnsafe(ref dRef); 1395beg.StoreUnsafe(ref dRef); 1478beg.StoreUnsafe(ref dRef); 1491beg.StoreUnsafe(ref dRef); 1880beg.StoreUnsafe(ref dRefBeg); 2544beg.StoreUnsafe(ref dRef); 2558beg.StoreUnsafe(ref dRef); 2732beg.StoreUnsafe(ref dRef); 2746beg.StoreUnsafe(ref dRef); 2857beg.StoreUnsafe(ref dRef); 2870beg.StoreUnsafe(ref dRef); 2957beg.StoreUnsafe(ref dRef); 2970beg.StoreUnsafe(ref dRef); 3361beg.StoreUnsafe(ref dRefBeg); 4017beg.StoreUnsafe(ref dRef); 4031beg.StoreUnsafe(ref dRef); 4207beg.StoreUnsafe(ref dRef); 4221beg.StoreUnsafe(ref dRef); 4334beg.StoreUnsafe(ref dRef); 4347beg.StoreUnsafe(ref dRef); 4436beg.StoreUnsafe(ref dRef); 4449beg.StoreUnsafe(ref dRef);
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (9)
364beg.StoreUnsafe(ref dRefBeg); 898beg.StoreUnsafe(ref dRef); 910beg.StoreUnsafe(ref dRef); 1042beg.StoreUnsafe(ref dRef); 1054beg.StoreUnsafe(ref dRef); 1139beg.StoreUnsafe(ref dRef); 1150beg.StoreUnsafe(ref dRef); 1219beg.StoreUnsafe(ref dRef); 1230beg.StoreUnsafe(ref dRef);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2525utf16Lower.StoreUnsafe(ref dest);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.Extensions.cs (1)
67public static void StoreUnsafe(this Vector4 source, ref float destination) => source.AsVector128().StoreUnsafe(ref destination);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
3810public static unsafe void Store<T>(this Vector128<T> source, T* destination) => source.StoreUnsafe(ref *destination);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
848static void ISimdVector<Vector128<T>, T>.StoreUnsafe(Vector128<T> vector, ref T destination) => vector.StoreUnsafe(ref destination);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Char.cs (2)
995tempLast.StoreUnsafe(ref first); 996tempFirst.StoreUnsafe(ref last);