1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
35
_comparer
= comparer;
6 references to _comparer
System.Linq.Parallel (6)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (6)
64
leftPartitionedStream, null, null,
_comparer
, settings.CancellationState.MergedCancellationToken),
71
leftPartitionedStream, null, null,
_comparer
, settings.CancellationState.MergedCancellationToken),
89
rightPartitionedStream, null, null,
_comparer
, cancellationToken);
98
leftHashStream[i], rightHashStream[i],
_comparer
, leftHashStream.KeyComparer, cancellationToken);
103
new IntersectQueryOperatorEnumerator<TLeftKey>(leftHashStream[i], rightHashStream[i],
_comparer
, cancellationToken);
224
return wrappedLeftChild.Intersect(wrappedRightChild,
_comparer
);