1 write to _uncompressedSize
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\Inflater.cs (1)
42_uncompressedSize = uncompressedSize;
3 references to _uncompressedSize
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\Inflater.cs (3)
93if (_uncompressedSize == -1) 99if (_uncompressedSize > _currentInflatedCount) 101length = (int)Math.Min(length, _uncompressedSize - _currentInflatedCount);