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)
147Debug.Assert(_hashLookup != null); 161if (_hashLookup.Add(current.First))