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