1 write to _currentInflatedCount
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\Inflater.cs (1)
103
_currentInflatedCount
+= bytesRead;
2 references to _currentInflatedCount
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\Inflater.cs (2)
99
if (_uncompressedSize >
_currentInflatedCount
)
101
length = (int)Math.Min(length, _uncompressedSize -
_currentInflatedCount
);