5 references to Copy
Microsoft.ML.Recommender (2)
SafeTrainingAndModelBuffer.cs (2)
398Marshal.Copy((IntPtr)_pMFModel->P, p, 0, p.Length); 399Marshal.Copy((IntPtr)_pMFModel->Q, q, 0, q.Length);
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
557Marshal.Copy(ca.pElems, array, 0, (int)ca.cElems);
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\NativeWrapper.cs (1)
1208Marshal.Copy(val.Reference, arSingle, 0, (int)val.Count);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
97Marshal.Copy(slot.IntPtrValue, value, 0, slot.Length);