3 references to FindPromotedTransaction
System.Transactions.Local (3)
System\Transactions\TransactionInteropNonWindows.cs (2)
97Transaction? transaction = TransactionManager.FindPromotedTransaction(txId); 162Transaction? tx = TransactionManager.FindPromotedTransaction(txId);
System\Transactions\TransactionState.cs (1)
4489if (TransactionManager.FindPromotedTransaction(distributedTx.Identifier) != null)