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)
217if (_hashLookup == null) 223Debug.Assert(_hashLookup != null); 240if (_hashLookup.Add(currentLeftElement.First)) 268if (_hashLookup.Add(currentRightElement.First))