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)
630if (_totalBytesRead == _expectedLength) 641if (_totalBytesRead == _expectedLength) 645else if (_totalBytesRead > _expectedLength)