2 writes to hashCode
System.Core (2)
System\Linq\Enumerable.cs (2)
2421
slots[i].
hashCode
= -1;
2448
slots[index].
hashCode
= hashCode;
3 references to hashCode
System.Core (3)
System\Linq\Enumerable.cs (3)
2414
if (slots[i].
hashCode
== hashCode && comparer.Equals(slots[i].value, value)) {
2434
if (slots[i].
hashCode
== hashCode && comparer.Equals(slots[i].value, value)) return true;
2462
int bucket = newSlots[i].
hashCode
% newSize;