7 references to PromotedTransactionTable
System.Transactions.Local (7)
System\Transactions\InternalTransaction.cs (1)
421Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;
System\Transactions\TransactionManager.cs (4)
65lock (PromotedTransactionTable) 68IDictionaryEnumerator e = PromotedTransactionTable.GetEnumerator(); 550Hashtable promotedTransactionTable = PromotedTransactionTable; 573Hashtable promotedTransactionTable = PromotedTransactionTable;
System\Transactions\TransactionState.cs (2)
2220Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable; 3318Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;