9 references to PromotedTransactionTable
System.Transactions (9)
System\Transactions\InternalTransaction.cs (1)
536Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;
System\Transactions\Oletx\OletxTransactionManager.cs (2)
1009lock ( TransactionManager.PromotedTransactionTable.SyncRoot ) 1011txHashTable = (Hashtable) TransactionManager.PromotedTransactionTable.Clone();
System\Transactions\TransactionManager.cs (4)
93lock ( PromotedTransactionTable ) 95foreach ( DictionaryEntry entry in PromotedTransactionTable ) 619Hashtable promotedTransactionTable = PromotedTransactionTable; 647Hashtable promotedTransactionTable = PromotedTransactionTable;
System\Transactions\TransactionState.cs (2)
2994Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable; 4134Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;