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