1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
141m_hashLookup = new Set<TInputOutput>(comparer);
2 references to m_hashLookup
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
152Contract.Assert(m_hashLookup != null); 167if (m_hashLookup.Add(current.First))