2 overrides of BuildHashLookup
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
320protected override HashLookup<Wrapper<TGroupKey>, ListChunk<TSource>> BuildHashLookup() 382protected override HashLookup<Wrapper<TGroupKey>, ListChunk<TElement>> BuildHashLookup()
1 reference to BuildHashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
268mutables._hashLookup = BuildHashLookup();