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