1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
39m_comparer = comparer;
6 references to m_comparer
System.Core (6)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (6)
66leftStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 73leftStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 91rightPartitionedStream, null, null, m_comparer, cancellationToken); 101leftHashStream[i], rightHashStream[i], m_comparer, leftHashStream.KeyComparer, cancellationToken); 106new ExceptQueryOperatorEnumerator<TLeftKey>(leftHashStream[i], rightHashStream[i], m_comparer, cancellationToken); 122return wrappedLeftChild.Except(wrappedRightChild, m_comparer);