1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
219
_hashLookup
= new HashSet<TInputOutput>(_comparer);
4 references to _hashLookup
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
217
if (
_hashLookup
== null)
223
Debug.Assert(
_hashLookup
!= null);
240
if (
_hashLookup
.Add(currentLeftElement.First))
268
if (
_hashLookup
.Add(currentRightElement.First))