1 write to _totalLength
System.Net.WebClient (1)
src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (1)
53
_totalLength
+= toCopy;
2 references to _totalLength
System.Net.WebClient (2)
src\libraries\Common\src\System\IO\ChunkedMemoryStream.cs (2)
25
byte[] result = new byte[
_totalLength
];
111
public override long Length =>
_totalLength
;