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