4 writes to CopyManaged
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
1025
CopyManaged
= MarshalGeneric<T>.CopyManaged;
1065
CopyManaged
= MarshalNonBlittable<T>.CopyManaged;
1094
CopyManaged
= (T value, IntPtr dest) => MarshalInspectable.CopyManaged(value, dest);
1105
CopyManaged
= MarshalGeneric<T>.CopyManaged;
2 references to CopyManaged
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
555
Marshaler<T>.
CopyManaged
(array[i], (IntPtr)bytes);
584
Marshaler<T>.
CopyManaged
(array[i], (IntPtr)bytes);