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