1 write to _hashCode
System.Linq.AsyncEnumerable (1)
System\Linq\GroupBy.cs (1)
401_hashCode = hashCode;
2 references to _hashCode
System.Linq.AsyncEnumerable (2)
System\Linq\ToLookupAsync.cs (2)
377if (g._hashCode == hashCode && _comparer.Equals(g._key, key)) 422int index = g._hashCode % newSize;