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)
209
if (g.
_hashCode
== hashCode && _comparer.Equals(g._key, key))
252
int index = g.
_hashCode
% newSize;