1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
475mutables._hashLookup = BuildHashLookup();
3 references to _hashLookup
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
478Debug.Assert(mutables._hashLookup != null); 482if (++mutables._hashLookupIndex < mutables._hashLookup.Count) 484GroupKeyData value = mutables._hashLookup[mutables._hashLookupIndex].Value;