1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
39m_comparer = comparer;
5 references to m_comparer
System.Core (5)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (5)
65inputStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 72inputStream, null, null, m_comparer, settings.CancellationState.MergedCancellationToken), 95new OrderedDistinctQueryOperatorEnumerator<TKey>(hashStream[i], m_comparer, hashStream.KeyComparer, cancellationToken); 100new DistinctQueryOperatorEnumerator<TKey>(hashStream[i], m_comparer, cancellationToken); 194return wrappedChild.Distinct(m_comparer);