5 writes to _cloneCount
System.Transactions.Local (5)
System\Transactions\CommittableTransaction.cs (2)
37
_internalTransaction.
_cloneCount
= 1;
144
long remainingITx = Interlocked.Decrement(ref _internalTransaction.
_cloneCount
);
System\Transactions\Transaction.cs (3)
269
_cloneId = Interlocked.Increment(ref _internalTransaction.
_cloneCount
);
283
_cloneId = Interlocked.Increment(ref _internalTransaction.
_cloneCount
);
834
long remainingITx = Interlocked.Decrement(ref _internalTransaction.
_cloneCount
);