3 writes to GetAbiArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
999GetAbiArray = (object box) => MarshalString.GetAbiArray(box); 1040GetAbiArray = (object box) => MarshalBlittable<T>.GetAbiArray(box); 1058GetAbiArray = (object box) => MarshalNonBlittable<T>.GetAbiArray(box);
2 references to GetAbiArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
590(__items_length, __items_data) = Marshaler<T>.GetAbiArray(__items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
406(__items_length, __items_data) = Marshaler<T>.GetAbiArray(__items);