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)
25byte[] result = new byte[_totalLength]; 111public override long Length => _totalLength;