1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
268
mutables.
_hashLookup
= BuildHashLookup();
3 references to _hashLookup
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
271
Debug.Assert(mutables.
_hashLookup
!= null);
275
if (++mutables._hashLookupIndex < mutables.
_hashLookup
.Count)
278
mutables.
_hashLookup
[mutables._hashLookupIndex]);