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