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