1 implementation of Import
System.Transactions.Local (1)
_generated\17\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
36
void 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\17\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
93
@this.
Import
(cbTransactionCookie, rgbTransactionCookie, in piid, out ppvTransaction);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
227
txImport.
Import
(Convert.ToUInt32(cookie.Length), cookie, Guids.IID_ITransaction_Guid, out object? tx);