3 writes to GetAbiArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1010
GetAbiArray
= (object box) => MarshalString.GetAbiArray(box);
1051
GetAbiArray
= (object box) => MarshalBlittable<T>.GetAbiArray(box);
1069
GetAbiArray
= (object box) => MarshalNonBlittable<T>.GetAbiArray(box);
2 references to GetAbiArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
596
(__items_length, __items_data) = Marshaler<T>.
GetAbiArray
(__items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
412
(__items_length, __items_data) = Marshaler<T>.
GetAbiArray
(__items);