1 write to m_chunk
System.Core (1)
System\Linq\Parallel\Utils\ListChunk.cs (1)
36m_chunk = new TInputOutput[size];
8 references to m_chunk
System.Core (8)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
150currentElement = mutables.m_currentBuffer.m_chunk[mutables.m_currentIndex];
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
153currentElement = mutables.m_currentBuffer.m_chunk[mutables.m_currentIndex]; 155currentKey = mutables.m_currentKeyBuffer.m_chunk[mutables.m_currentIndex];
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
254mutables.m_currentLeft, mutables.m_currentRightMatches.m_chunk[mutables.m_currentRightMatchesIndex]);
System\Linq\Parallel\Utils\ListChunk.cs (4)
48if (tail.m_chunkCount == tail.m_chunk.Length) 54tail.m_chunk[tail.m_chunkCount++] = e; 83yield return curr.m_chunk[i]; 85Contract.Assert(curr.m_chunkCount == curr.m_chunk.Length || curr.m_nextChunk == null);