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