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