1 write to headBucketSet
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
185this.headBucketSet = new BucketSet( this, long.MaxValue );
2 references to headBucketSet
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
303BucketSet currentBucketSet = this.headBucketSet; 434BucketSet currentBucketSet = this.headBucketSet; // The list always has a head.