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