2 references to ConcatKey
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
320
return new
ConcatKey
<TLeftKey, TRightKey>(leftKey, default(TRightKey), true);
325
return new
ConcatKey
<TLeftKey, TRightKey>(default(TLeftKey), rightKey, false);