1 interface inheriting from ITransactionCloner
System.Transactions.Local (1)
_generated\11\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (1)
23
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
20 references to ITransactionCloner
System.Transactions.Local (20)
_generated\11\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (16)
42
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.Commit(bool fRetainingt, global::System.Transactions.DtcProxyShim.OletxXacttc grfTC, uint grfRM)
44
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
64
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
71
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
85
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.Abort(nint reason, bool retaining, bool async)
87
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
109
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
118
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
132
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo)
134
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
154
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
161
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
177
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.CloneWithCommitDisabled(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction ppITransaction)
179
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
213
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
220
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
263
var
cloner = (
ITransactionCloner
)TransactionInterop.GetITransactionFromIDtcTransaction(transactionNative);
System\Transactions\DtcProxyShim\TransactionShim.cs (2)
59
var
cloner = (
ITransactionCloner
)Transaction;