5 writes to hash_coll
Mono.Cecil.Pdb (5)
Microsoft.Cci.Pdb\IntHashTable.cs (5)
428buckets[bucketNumber].hash_coll |= (int)hashcode; 452buckets[bucketNumber].hash_coll |= unchecked((int)0x80000000); 465buckets[emptySlotNumber].hash_coll |= (int)hashcode; 488newBuckets[bucketNumber].hash_coll |= hashcode; 493newBuckets[bucketNumber].hash_coll |= unchecked((int)0x80000000);
6 references to hash_coll
Mono.Cecil.Pdb (6)
Microsoft.Cci.Pdb\IntHashTable.cs (6)
307if (((b.hash_coll & 0x7FFFFFFF) == hashcode) && key == b.key) { 311} while (b.hash_coll < 0 && ++ntry < lbuckets.Length); 353putEntry(newBuckets, oldb.key, oldb.val, oldb.hash_coll & 0x7FFFFFFF); 437if (((buckets[bucketNumber].hash_coll & 0x7FFFFFFF) == hashcode) && 451if (buckets[bucketNumber].hash_coll >= 0) { 492if (newBuckets[bucketNumber].hash_coll >= 0) {