1 write to _nextChunk
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\ListChunk.cs (1)
47
tail = (tail.
_nextChunk
= _tailChunk);
3 references to _nextChunk
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\ListChunk.cs (3)
58
get { return
_nextChunk
; }
81
Debug.Assert(curr._chunkCount == curr._chunk.Length || curr.
_nextChunk
== null);
82
curr = curr.
_nextChunk
;