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)
229
if (
_hashLookupEnumerator
== null)
259
if (
_hashLookupEnumerator
.MoveNext())
261
KeyValuePair<Wrapper<TInputOutput>, TKey> currentPair =
_hashLookupEnumerator
.Current;
275
_hashLookupEnumerator
?.Dispose();