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