2 references to FreeBytes
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (2)
321if (_output.FreeBytes == 0) 339int freeBytes = _output.FreeBytes; // it is a little bit faster than frequently accessing the property