1 write to _readersOut
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
103
Interlocked.Increment(ref
_readersOut
);
1 reference to _readersOut
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
39
private bool ReadersPresent => _readersIn !=
_readersOut
;