1 interface inheriting from ITransactionImport
System.Transactions.Local (1)
_generated\17\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
20file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport
6 references to ITransactionImport
System.Transactions.Local (6)
_generated\17\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (4)
36void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.Import(uint cbTransactionCookie, byte[] rgbTransactionCookie, in global::System.Guid piid, out object ppvTransaction) 38var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport)); 75global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport @this = default; 92@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
226var txImport = (ITransactionImport)_transactionDispenser;