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