2 writes to _hashLookupIndex
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
476mutables._hashLookupIndex = -1; 482if (++mutables._hashLookupIndex < mutables._hashLookup.Count)
1 reference to _hashLookupIndex
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
484GroupKeyData value = mutables._hashLookup[mutables._hashLookupIndex].Value;