5 writes to cloneCount
System.Transactions (5)
System\Transactions\CommittableTransaction.cs (2)
58this.internalTransaction.cloneCount = 1; 189long remainingITx = Interlocked.Decrement(ref this.internalTransaction.cloneCount);
System\Transactions\Transaction.cs (3)
442this.cloneId = Interlocked.Increment(ref this.internalTransaction.cloneCount); 459this.cloneId = Interlocked.Increment(ref this.internalTransaction.cloneCount); 1155long remainingITx = Interlocked.Decrement(ref this.internalTransaction.cloneCount);