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