2 references to MakeLeft
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
369ConcatKey<TLeftKey, TRightKey>.MakeLeft(m_leftOrdered ? leftKey : default(TLeftKey));
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
204currentKey = ConcatKey<TLeftKey, TRightKey>.MakeLeft(leftKey);