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