2 references to ConcatKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (2)
312
return new
ConcatKey
<TLeftKey, TRightKey>(leftKey, default, isLeft: true);
317
return new
ConcatKey
<TLeftKey, TRightKey>(default, rightKey, isLeft: false);