4 references to Next
System.Core (4)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
157mutables.m_currentBuffer = mutables.m_currentBuffer.Next;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
162mutables.m_currentBuffer = mutables.m_currentBuffer.Next; 163mutables.m_currentKeyBuffer = mutables.m_currentKeyBuffer.Next;
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
177currentRightChunk = mutables.m_currentRightMatches = currentRightChunk.Next;