1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
136
_hashLookup
= new HashSet<TInputOutput>(comparer);
2 references to _hashLookup
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
147
Debug.Assert(
_hashLookup
!= null);
161
if (
_hashLookup
.Add(current.First))