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