3 writes to CreateMarshalerArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1009CreateMarshalerArray = (T[] array) => MarshalString.CreateMarshalerArray((string[])(object)array); 1050CreateMarshalerArray = (T[] array) => MarshalBlittable<T>.CreateMarshalerArray(array); 1068CreateMarshalerArray = (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);