1 implementation of Import
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
48void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.Import(uint cbTransactionCookie, byte[] rgbTransactionCookie, in global::System.Guid piid, out object ppvTransaction)
2 references to Import
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
111@this.Import(cbTransactionCookie, rgbTransactionCookie, in piid, out ppvTransaction);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
227txImport.Import(Convert.ToUInt32(cookie.Length), cookie, Guids.IID_ITransaction_Guid, out object? tx);