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