4 references to FindPromotedTransaction
System.Transactions (4)
System\Transactions\TransactionInterop.cs (3)
213transaction = TransactionManager.FindPromotedTransaction( txId ); 407Transaction tx = TransactionManager.FindPromotedTransaction( txId ); 627transaction = TransactionManager.FindPromotedTransaction( xactInfo.uow );
System\Transactions\TransactionState.cs (1)
5358if (TransactionManager.FindPromotedTransaction(distributedTx.Identifier) != null)