1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
167_hashLookup = new HashSet<TInputOutput>(_comparer);
3 references to _hashLookup
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (3)
164if (_hashLookup == null) 178_hashLookup.Add(rightElement.First); 195if (_hashLookup.Remove(leftElement.First))