2 overrides of BuildHashLookup
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
328protected override HashLookup<Wrapper<TGroupKey>, ListChunk<TSource>> BuildHashLookup() 392protected override HashLookup<Wrapper<TGroupKey>, ListChunk<TElement>> BuildHashLookup()
1 reference to BuildHashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
275mutables.m_hashLookup = BuildHashLookup();