2 writes to hashCode
System.Data.Linq (2)
IdentityManager.cs (2)
285slots[i].hashCode = -1; 333slots[index].hashCode = hashCode;
3 references to hashCode
System.Data.Linq (3)
IdentityManager.cs (3)
278if (slots[i].hashCode == hashCode && comparer.Equals(slots[i].key, key)) { 316if (slots[i].hashCode == hashCode && comparer.Equals(slots[i].key, key)) { 348int bucket = newSlots[i].hashCode % newSize;