1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
184m_hashLookup = new Set<TInputOutput>(m_comparer);
3 references to m_hashLookup
System.Core (3)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (3)
180if (m_hashLookup == null) 195m_hashLookup.Add(rightElement.First); 208if (m_hashLookup.Add(leftElement.First))