18 references to OletxXactTransInfo
System.Transactions.Local (18)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (7)
12
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
*, int> GetTransactionInfo_5;
130
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
xactInfo)
133
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
*, int> )__vtable[5]);
138
fixed (global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
* __xactInfo_native = &xactInfo)
150
internal static int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
* __xactInfo_native__param)
153
ref global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
__xactInfo_native = ref *__xactInfo_native__param;
154
global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
xactInfo = default;
_generated\11\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (7)
12
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
*, int> GetTransactionInfo_5;
132
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
xactInfo)
135
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
*, int> )__vtable[5]);
140
fixed (global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
* __xactInfo_native = &xactInfo)
152
internal static int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
* __xactInfo_native__param)
155
ref global::System.Transactions.DtcProxyShim.
OletxXactTransInfo
__xactInfo_native = ref *__xactInfo_native__param;
156
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;