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