1 reference to AvailableBytes
System (1)
sys\System\IO\compression\OutputWindow.cs (1)
67
length = Math.Min(Math.Min(length, WindowSize - bytesUsed), input.
AvailableBytes
);