2 writes to headBucket
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
583
this.
headBucket
= new Bucket( this );
672
Bucket oldBucket = Interlocked.CompareExchange( ref this.owningSet.
headBucket
, newBucket, this );
2 references to headBucket
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
600
while ( !this.
headBucket
.Add( newTx ));
606
Bucket currentBucket = this.
headBucket
;