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