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