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)
164
if (
_hashLookup
== null)
178
_hashLookup
.Add(rightElement.First);
195
if (
_hashLookup
.Remove(leftElement.First))