1 write to s_currentDelegate
System.Transactions.Local (1)
System\Transactions\TransactionManager.cs (1)
133
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)
116
return
s_currentDelegate
;