1 write to lpDirectory
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2241shellExecuteInfo.lpDirectory = Marshal.StringToHGlobalAuto(startInfo.WorkingDirectory);
2 references to lpDirectory
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2274if (shellExecuteInfo.lpDirectory != (IntPtr)0) Marshal.FreeHGlobal(shellExecuteInfo.lpDirectory);