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