3 writes to CreateMarshalerArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1009
CreateMarshalerArray
= (T[] array) => MarshalString.CreateMarshalerArray((string[])(object)array);
1050
CreateMarshalerArray
= (T[] array) => MarshalBlittable<T>.CreateMarshalerArray(array);
1068
CreateMarshalerArray
= (T[] array) => MarshalNonBlittable<T>.CreateMarshalerArray(array);
2 references to CreateMarshalerArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
595
__items = Marshaler<T>.
CreateMarshalerArray
(items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
411
__items = Marshaler<T>.
CreateMarshalerArray
(items);