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)
107
if (
_uncompressedSize
== -1)
113
if (
_uncompressedSize
> _currentInflatedCount)
115
bytes = bytes.Slice(0, (int)Math.Min(bytes.Length,
_uncompressedSize
- _currentInflatedCount));