1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
154
m_comparer
= comparer;
1 reference to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
172
m_hashLookup = new Set<TInputOutput>(
m_comparer
);