1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
252
_comparer
= new WrapperEqualityComparer<TInputOutput>(comparer);
1 reference to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
270
_hashLookup = new Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, TLeftKey>>(
_comparer
);