1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
258
m_comparer
= new WrapperEqualityComparer<TInputOutput>(comparer);
1 reference to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
276
m_hashLookup = new Dictionary<Wrapper<TInputOutput>, Pair<TInputOutput, TLeftKey>>(
m_comparer
);