5 references to Next
System.Linq.Parallel (5)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
157mutables._currentBuffer = mutables._currentBuffer.Next;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
159mutables._currentBuffer = mutables._currentBuffer.Next; 160mutables._currentKeyBuffer = mutables._currentKeyBuffer.Next;
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
111mutables._currentRightMatches = currentRightChunk.Next;
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
788while ((curChunk = curChunk.Next) != null)