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