2 references to MakeComparer
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
121
IComparer<ConcatKey<TLeftKey, TRightKey>> comparer = ConcatKey<TLeftKey, TRightKey>.
MakeComparer
(
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
126
ConcatKey<TLeftKey, TRightKey>.
MakeComparer
(leftHashStream.KeyComparer, rightHashStream.KeyComparer);