2 writes to headBucket
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
553headBucket = new Bucket(this); 642Bucket oldBucket = Interlocked.CompareExchange(ref _owningSet.headBucket, newBucket, this);
2 references to headBucket
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
570while (!headBucket.Add(newTx)) ; 576Bucket? currentBucket = headBucket;