3 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);