4 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.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\UnicodeCharBuffer.cs (1)
45
Marshal.
Copy
(ptr, _buffer, 0, _buffer.Length);
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2417
Marshal.
Copy
(ptr, buffer, 0, buffer.Length);