4 references to FindPromotedTransaction
System.Transactions.Local (4)
System\Transactions\TransactionInterop.cs (3)
126
transaction = TransactionManager.
FindPromotedTransaction
(txId);
249
Transaction? tx = TransactionManager.
FindPromotedTransaction
(txId);
364
transaction = TransactionManager.
FindPromotedTransaction
(xactInfo.Uow);
System\Transactions\TransactionState.cs (1)
4486
if (TransactionManager.
FindPromotedTransaction
(distributedTx.Identifier) != null)