1 write to _uncompressedSize
System.IO.Compression (1)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (1)
91_uncompressedSize = uncompressedSize;
3 references to _uncompressedSize
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (3)
113if (_uncompressedSize == -1) 119if (_uncompressedSize > _currentInflatedCount) 121bytes = bytes.Slice(0, (int)Math.Min(bytes.Length, _uncompressedSize - _currentInflatedCount));