1 implementation of GetTransactionInfo
System.Transactions.Local (1)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
130void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo)
3 references to GetTransactionInfo
System.Transactions.Local (3)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
160@this.GetTransactionInfo(out xactInfo);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
328transaction.GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\TransactionInterop.cs (1)
348myTransactionNative.GetTransactionInfo(out xactInfo);