6 references to Copy
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.DirectMemoryAccessStreamReader.cs (1)
69
Marshal.
Copy
((IntPtr)_position, buffer, index, count);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
191
Marshal.
Copy
(ptr, destination, startIndex, length);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
164
Marshal.
Copy
(ptr, destination, startIndex, length);
System.Speech (1)
Internal\StreamMarshaler.cs (1)
71
Marshal.
Copy
(buffer, ach, 0, c);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\UnicodeCharBuffer.cs (1)
45
Marshal.
Copy
(ptr, _buffer, 0, _buffer.Length);
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2417
Marshal.
Copy
(ptr, buffer, 0, buffer.Length);