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