18 references to OletxXactTransInfo
System.Transactions.Local (18)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (7)
12public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> GetTransactionInfo_5; 150void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo) 155var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int>)__vtable[5]); 160fixed (global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native = &xactInfo) 173internal static unsafe int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native__param) 178ref global::System.Transactions.DtcProxyShim.OletxXactTransInfo __xactInfo_native = ref *__xactInfo_native__param; 179global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo = default;
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (7)
12public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> GetTransactionInfo_5; 152void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo) 157var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int>)__vtable[5]); 162fixed (global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native = &xactInfo) 175internal static unsafe int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native__param) 180ref global::System.Transactions.DtcProxyShim.OletxXactTransInfo __xactInfo_native = ref *__xactInfo_native__param; 181global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo = default;
System\Transactions\DtcProxyShim\DtcInterfaces\ITransaction.cs (1)
23void GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionCloner.cs (1)
23void GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
328transaction.GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\TransactionInterop.cs (1)
345OletxXactTransInfo xactInfo;