2 references to MakeRight
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
386ConcatKey<TLeftKey, TRightKey>.MakeRight(m_rightOrdered ? rightKey : default(TRightKey));
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
214currentKey = ConcatKey<TLeftKey, TRightKey>.MakeRight(rightKey);