1 write to _hashCode
System.Linq (1)
System\Linq\Grouping.cs (1)
366
_hashCode
= hashCode;
2 references to _hashCode
System.Linq (2)
System\Linq\Lookup.cs (2)
224
if (g.
_hashCode
== hashCode && _comparer.Equals(g._key, key))
272
uint index = GetBucketIndex(g.
_hashCode
);