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