2 references to MakeRight
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
209
currentKey = ConcatKey<TLeftKey, TRightKey>.
MakeRight
(rightKey);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
371
ConcatKey<TLeftKey, TRightKey>.
MakeRight
(_rightOrdered ? rightKey : default);