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)
367if (g._hashCode == hashCode && _comparer.Equals(g._key, key)) 417uint index = GetBucketIndex(g._hashCode);