2 writes to key
System.Core (2)
System\Linq\Parallel\Utils\HashLookup.cs (2)
100slots[i].key = default(TKey); 148slots[index].key = key;
3 references to key
System.Core (3)
System\Linq\Parallel\Utils\HashLookup.cs (3)
89if (slots[i].hashCode == hashCode && AreKeysEqual(slots[i].key, key)) 116if (slots[i].hashCode == hashCode && AreKeysEqual(slots[i].key, key)) 180get { return new KeyValuePair<TKey, TValue>(slots[index].key, slots[index].value); }