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