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