1 write to writerFinishedEvent
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
62Interlocked.CompareExchange( ref this.writerFinishedEvent, new ManualResetEvent( true ), null );
2 references to writerFinishedEvent
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
60if ( this.writerFinishedEvent == null ) 64return (ManualResetEvent)this.writerFinishedEvent;