2 types derived from HashJoinOutputKeyBuilder
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
203
internal sealed class LeftKeyOutputKeyBuilder<TLeftKey, TRightKey> :
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TLeftKey>
218
internal sealed class PairOutputKeyBuilder<TLeftKey, TRightKey> :
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, Pair<TLeftKey, TRightKey>>
4 references to HashJoinOutputKeyBuilder
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
171
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TOutputKey> outputKeyBuilder, IComparer<TOutputKey> outputKeyComparer,
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
44
private readonly
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TOutputKey> _outputKeyBuilder;
66
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TOutputKey> outputKeyBuilder,
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
137
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TOutputKey> outputKeyBuilder, IComparer<TOutputKey> outputKeyComparer,