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