1 write to currentDelegate
System.Transactions (1)
System\Transactions\TransactionManager.cs (1)
170currentDelegate = value;
2 references to currentDelegate
System.Transactions (2)
System\Transactions\Transaction.cs (1)
256current = TransactionManager.currentDelegate();
System\Transactions\TransactionManager.cs (1)
146return currentDelegate;