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