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)
93if (_uncompressedSize > _currentInflatedCount) 95length = (int)Math.Min(length, _uncompressedSize - _currentInflatedCount);