1 interface inheriting from ITransactionCloner
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (1)
32
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
20 references to ITransactionCloner
System.Transactions.Local (20)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (16)
54
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.Commit(bool fRetainingt, global::System.Transactions.DtcProxyShim.OletxXacttc grfTC, uint grfRM)
58
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
81
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
89
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
101
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.Abort(nint reason, bool retaining, bool @async)
105
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
130
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
140
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
152
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo)
156
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
179
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
187
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
>(__this_native);
201
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
.CloneWithCommitDisabled(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction ppITransaction)
205
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
));
242
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionCloner
@this = default;
250
@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;