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