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