10 references to pElems
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (5)
2947if (uuids.pElems is not null) 2949Marshal.FreeCoTaskMem((IntPtr)uuids.pElems); 3033uuids.pElems, 3047if (uuids.pElems is not null) 3049Marshal.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);