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