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