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