3 writes to CreateMarshalerArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
998CreateMarshalerArray = (T[] array) => MarshalString.CreateMarshalerArray((string[])(object)array); 1039CreateMarshalerArray = (T[] array) => MarshalBlittable<T>.CreateMarshalerArray(array); 1057CreateMarshalerArray = (T[] array) => MarshalNonBlittable<T>.CreateMarshalerArray(array);
2 references to CreateMarshalerArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
589__items = Marshaler<T>.CreateMarshalerArray(items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
405__items = Marshaler<T>.CreateMarshalerArray(items);