1 write to s_currentDelegate
System.Transactions.Local (1)
System\Transactions\TransactionManager.cs (1)
132
s_currentDelegate
= value;
2 references to s_currentDelegate
System.Transactions.Local (2)
System\Transactions\Transaction.cs (1)
100
current = TransactionManager.
s_currentDelegate
!();
System\Transactions\TransactionManager.cs (1)
115
return
s_currentDelegate
;