3 references to CopyTo
System (3)
sys\System\IO\compression\OutputWindow.cs (3)
74copied = input.CopyTo(window, end, tailLen); 77copied += input.CopyTo(window, 0, length - tailLen); 82copied = input.CopyTo(window, end, length);