2 overrides of BuildHashLookup
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
549protected override HashLookup<Wrapper<TGroupKey>, GroupKeyData> BuildHashLookup() 624protected override HashLookup<Wrapper<TGroupKey>, GroupKeyData> BuildHashLookup()
1 reference to BuildHashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
475mutables._hashLookup = BuildHashLookup();