2 references to SafeToWriteTo
System (2)
sys\System\IO\compression\FastEncoder.cs (2)
83} while (SafeToWriteTo(output) && InputAvailable(input) && (maxBytesToCopy < 1 || bytesConsumedFromInput < maxBytesToCopy)); 99while (inputWindow.BytesAvailable > 0 && SafeToWriteTo(output)) {