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