1 write to _hashLookupEnumerator
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
256_hashLookupEnumerator = _hashLookup.GetEnumerator();
4 references to _hashLookupEnumerator
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
229if (_hashLookupEnumerator == null) 259if (_hashLookupEnumerator.MoveNext()) 261KeyValuePair<Wrapper<TInputOutput>, TKey> currentPair = _hashLookupEnumerator.Current; 275_hashLookupEnumerator?.Dispose();