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)
176
if (
_hashLookup
== null)
191
_hashLookup
.Add(rightElement.First);
205
if (
_hashLookup
.Add(leftElement.First))