2 overrides of Combine
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
205
public override TLeftKey
Combine
(TLeftKey leftKey, TRightKey rightKey)
220
public override Pair<TLeftKey, TRightKey>
Combine
(TLeftKey leftKey, TRightKey rightKey)
2 references to Combine
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
145
currentKey = _outputKeyBuilder.
Combine
(leftKey, matchValue.Head.Second);
170
currentKey = _outputKeyBuilder.
Combine
(mutables._currentLeftKey, rightMatch.Second);