1 write to _expectedLength
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
734
_expectedLength
= expectedLength;
3 references to _expectedLength
System.IO.Compression (3)
System\IO\Compression\ZipCustomStreams.cs (3)
843
if (_totalBytesRead ==
_expectedLength
)
854
if (_totalBytesRead ==
_expectedLength
)
858
else if (_totalBytesRead >
_expectedLength
)