1 write to key
System.Data.Linq (1)
IdentityManager.cs (1)
334slots[index].key = key;
2 references to key
System.Data.Linq (2)
IdentityManager.cs (2)
278if (slots[i].hashCode == hashCode && comparer.Equals(slots[i].key, key)) { 316if (slots[i].hashCode == hashCode && comparer.Equals(slots[i].key, key)) {