2 references to FreeBytes
System (2)
sys\System\IO\compression\Inflater.cs (2)
357if(output.FreeBytes == 0) { 373int freeBytes = output.FreeBytes; // it is a little bit faster than frequently accessing the property