10 references to pElems
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (5)
2950if (uuids.pElems is not null) 2952Marshal.FreeCoTaskMem((IntPtr)uuids.pElems); 3036uuids.pElems, 3050if (uuids.pElems is not null) 3052Marshal.FreeCoTaskMem((IntPtr)uuids.pElems);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (5)
39if (uuids.pElems is not null) 41Marshal.FreeCoTaskMem((IntPtr)uuids.pElems); 109uuids.pElems, 119if (uuids.pElems is not null) 121Marshal.FreeCoTaskMem((nint)uuids.pElems);