1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
39m_comparer = comparer;
6 references to m_comparer
System.Core (6)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (6)
68leftPartitionedStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 75leftPartitionedStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 93rightPartitionedStream, null, null, m_comparer, cancellationToken); 102leftHashStream[i], rightHashStream[i], m_comparer, leftHashStream.KeyComparer, cancellationToken); 107new IntersectQueryOperatorEnumerator<TLeftKey>(leftHashStream[i], rightHashStream[i], m_comparer, cancellationToken); 229return wrappedLeftChild.Intersect(wrappedRightChild, m_comparer);