1 write to _chunk
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\ListChunk.cs (1)
32
_chunk
= new TInputOutput[size];
8 references to _chunk
System.Linq.Parallel (8)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
150
currentElement = mutables._currentBuffer.
_chunk
[mutables._currentIndex];
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
150
currentElement = mutables._currentBuffer.
_chunk
[mutables._currentIndex];
152
currentKey = mutables._currentKeyBuffer.
_chunk
[mutables._currentIndex];
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
167
Pair<TRightInput, TRightKey> rightMatch = mutables._currentRightMatches.
_chunk
[mutables._currentRightMatchesIndex];
System\Linq\Parallel\Utils\ListChunk.cs (4)
44
if (tail._chunkCount == tail.
_chunk
.Length)
50
tail.
_chunk
[tail._chunkCount++] = e;
79
yield return curr.
_chunk
[i];
81
Debug.Assert(curr._chunkCount == curr.
_chunk
.Length || curr._nextChunk == null);