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