1 write to _next
System.Net.WebClient (1)
src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (1)
103
_currentChunk.
_next
= newChunk;
2 references to _next
System.Net.WebClient (2)
src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (2)
27
for (MemoryChunk? chunk = _headChunk; chunk != null; chunk = chunk.
_next
)
29
Debug.Assert(chunk.
_next
== null || chunk._freeOffset == chunk._buffer.Length);