1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
35_comparer = comparer;
5 references to _comparer
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (5)
61inputStream, null, null, _comparer, settings.CancellationState.MergedCancellationToken), 68inputStream, null, null, _comparer, settings.CancellationState.MergedCancellationToken), 91new OrderedDistinctQueryOperatorEnumerator<TKey>(hashStream[i], _comparer, hashStream.KeyComparer, cancellationToken); 96new DistinctQueryOperatorEnumerator<TKey>(hashStream[i], _comparer, cancellationToken); 188return wrappedChild.Distinct(_comparer);