3 references to Copy
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
180
Marshal.
Copy
(ptr, destination, startIndex, length);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6607
Marshal.
Copy
(ptr, buffer, 0, buffer.Length);
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
6271
Marshal.
Copy
(ptr, buffer, 0, buffer.Length);