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