7 writes to DisposeAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
997DisposeAbi = (object box) => MarshalString.DisposeAbi(box); 1016DisposeAbi = (object box) => { }; 1038DisposeAbi = (object box) => { }; 1056DisposeAbi = (object box) => { }; 1074DisposeAbi = (object box) => MarshalInterface<T>.DisposeAbi((IntPtr)box); 1085DisposeAbi = (object box) => MarshalInspectable.DisposeAbi((IntPtr)box); 1096DisposeAbi = (object box) => { };
3 references to DisposeAbi
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
591Marshaler<T>.DisposeAbi(abi_element);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
613Marshaler<T>.DisposeAbi(__params[1]);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
375Marshaler<T>.DisposeAbi(__params[2]);