1 write to lpFile
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2235
shellExecuteInfo.
lpFile
= Marshal.StringToHGlobalAuto(startInfo.FileName);
2 references to lpFile
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2271
if (shellExecuteInfo.
lpFile
!= (IntPtr)0) Marshal.FreeHGlobal(shellExecuteInfo.
lpFile
);