1 write to _expectedLength
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
521
_expectedLength
= expectedLength;
3 references to _expectedLength
System.IO.Compression (3)
System\IO\Compression\ZipCustomStreams.cs (3)
630
if (_totalBytesRead ==
_expectedLength
)
641
if (_totalBytesRead ==
_expectedLength
)
645
else if (_totalBytesRead >
_expectedLength
)