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