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