3 writes to DisposeMarshalerArray
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
1003DisposeMarshalerArray = (object box) => MarshalString.DisposeMarshalerArray(box); 1044DisposeMarshalerArray = (object box) => MarshalBlittable<T>.DisposeMarshalerArray(box); 1062DisposeMarshalerArray = (object box) => MarshalNonBlittable<T>.DisposeMarshalerArray(box);
2 references to DisposeMarshalerArray
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
597Marshaler<T>.DisposeMarshalerArray(__items);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
413Marshaler<T>.DisposeMarshalerArray(__items);