3 writes to CopyManagedArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1013
CopyManagedArray
= (T[] array, IntPtr data) => MarshalString.CopyManagedArray((string[])(object)array, data);
1054
CopyManagedArray
= (T[] array, IntPtr data) => MarshalBlittable<T>.CopyManagedArray(array, data);
1072
CopyManagedArray
= (T[] array, IntPtr data) => MarshalNonBlittable<T>.CopyManagedArray(array, data);
2 references to CopyManagedArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
502
Marshaler<T>.
CopyManagedArray
(__items, items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
313
Marshaler<T>.
CopyManagedArray
(__items, items);