1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
149
_comparer
= comparer;
1 reference to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
167
_hashLookup = new HashSet<TInputOutput>(
_comparer
);