1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
180_hashLookup = new HashSet<TInputOutput>(_comparer);
3 references to _hashLookup
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (3)
176if (_hashLookup == null) 191_hashLookup.Add(rightElement.First); 205if (_hashLookup.Add(leftElement.First))