2 references to InputAvailable
System (2)
sys\System\IO\compression\FastEncoder.cs (2)
40Debug.Assert(InputAvailable(input), "call SetInput before trying to compress!"); 83} while (SafeToWriteTo(output) && InputAvailable(input) && (maxBytesToCopy < 1 || bytesConsumedFromInput < maxBytesToCopy));