1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
226m_hashLookup = new Set<TInputOutput>(m_comparer);
4 references to m_hashLookup
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
224if (m_hashLookup == null) 230Contract.Assert(m_hashLookup != null); 247if (m_hashLookup.Add(currentLeftElement.First)) 274if (m_hashLookup.Add(currentRightElement.First))