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