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