1 write to m_nextChunk
System.Core (1)
System\Linq\Parallel\Utils\ListChunk.cs (1)
51tail = (tail.m_nextChunk = m_tailChunk);
3 references to m_nextChunk
System.Core (3)
System\Linq\Parallel\Utils\ListChunk.cs (3)
62get { return m_nextChunk; } 85Contract.Assert(curr.m_chunkCount == curr.m_chunk.Length || curr.m_nextChunk == null); 86curr = curr.m_nextChunk;