1 write to hashCode
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
110
slots[index].
hashCode
= hashCode;
2 references to hashCode
System.Linq.Parallel (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
87
if (slots[i].
hashCode
== hashCode && AreKeysEqual(slots[i].key, key))
143
uint bucket = GetBucketIndex(newSlots[i].
hashCode
);