3 writes to FromAbiArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1000
FromAbiArray
= (object box) => (T[])(object)MarshalString.FromAbiArray(box);
1041
FromAbiArray
= (object box) => MarshalBlittable<T>.FromAbiArray(box);
1059
FromAbiArray
= (object box) => MarshalNonBlittable<T>.FromAbiArray(box);
4 references to FromAbiArray
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
491
T[] __items = Marshaler<T>.
FromAbiArray
((__itemsSize, items));
592
items = Marshaler<T>.
FromAbiArray
((__items_length, __items_data));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
302
T[] __items = Marshaler<T>.
FromAbiArray
((__itemsSize, items));
408
items = Marshaler<T>.
FromAbiArray
((__items_length, __items_data));