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)
64leftPartitionedStream, null, null, _comparer, settings.CancellationState.MergedCancellationToken), 71leftPartitionedStream, null, null, _comparer, settings.CancellationState.MergedCancellationToken), 89rightPartitionedStream, null, null, _comparer, cancellationToken); 98leftHashStream[i], rightHashStream[i], _comparer, leftHashStream.KeyComparer, cancellationToken); 103new IntersectQueryOperatorEnumerator<TLeftKey>(leftHashStream[i], rightHashStream[i], _comparer, cancellationToken); 224return wrappedLeftChild.Intersect(wrappedRightChild, _comparer);