1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
172m_hashLookup = new Set<TInputOutput>(m_comparer);
4 references to m_hashLookup
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
169if (m_hashLookup == null) 183m_hashLookup.Add(rightElement.First); 199if (m_hashLookup.Contains(leftElement.First)) 201m_hashLookup.Remove(leftElement.First);