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