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