1 interface inheriting from ITransactionImport
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
29file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport
6 references to ITransactionImport
System.Transactions.Local (6)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (4)
48void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.Import(uint cbTransactionCookie, byte[] rgbTransactionCookie, in global::System.Guid piid, out object ppvTransaction) 52var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport)); 92global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport @this = default; 110@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;