3 references to CopyTo
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\OutputWindow.cs (3)
96copied = input.CopyTo(_window, _end, tailLen); 100copied += input.CopyTo(_window, 0, length - tailLen); 106copied = input.CopyTo(_window, _end, length);