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