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