3 writes to DisposeMarshalerArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1014
DisposeMarshalerArray
= (object box) => MarshalString.DisposeMarshalerArray(box);
1055
DisposeMarshalerArray
= (object box) => MarshalBlittable<T>.DisposeMarshalerArray(box);
1073
DisposeMarshalerArray
= (object box) => MarshalNonBlittable<T>.DisposeMarshalerArray(box);
2 references to DisposeMarshalerArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
603
Marshaler<T>.
DisposeMarshalerArray
(__items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
419
Marshaler<T>.
DisposeMarshalerArray
(__items);