1 implementation of Export
System.Transactions.Local (1)
_generated\12\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.cs (1)
38void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.Export(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction punkTransaction, out uint pcbTransactionCookie)
2 references to Export
System.Transactions.Local (2)
_generated\12\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.cs (1)
81@this.Export(punkTransaction, out pcbTransactionCookie);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
46OletxHelper.Retry(() => export.Export(Transaction, out cookieSizeULong));