1 write to m_hashLookupEnumerator
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
261
m_hashLookupEnumerator
= m_hashLookup.GetEnumerator();
5 references to m_hashLookupEnumerator
System.Core (5)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (5)
234
if (
m_hashLookupEnumerator
== null)
264
if (
m_hashLookupEnumerator
.MoveNext())
266
KeyValuePair<Wrapper<TInputOutput>, TKey> currentPair =
m_hashLookupEnumerator
.Current;
280
if (
m_hashLookupEnumerator
!= null)
282
m_hashLookupEnumerator
.Dispose();