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