1 write to _writerFinishedEvent
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
47Interlocked.CompareExchange(ref _writerFinishedEvent, new ManualResetEvent(true), null);
2 references to _writerFinishedEvent
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
45if (_writerFinishedEvent == null) 49return (ManualResetEvent)_writerFinishedEvent;