2 writes to hashCode
System.Core (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
99
slots[i].
hashCode
= -1;
147
slots[index].
hashCode
= hashCode;
3 references to hashCode
System.Core (3)
System\Linq\Parallel\Utils\HashLookup.cs (3)
89
if (slots[i].
hashCode
== hashCode && AreKeysEqual(slots[i].key, key))
116
if (slots[i].
hashCode
== hashCode && AreKeysEqual(slots[i].key, key))
165
int bucket = newSlots[i].
hashCode
% newSize;