1 write to lpParameters
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2239
shellExecuteInfo.
lpParameters
= Marshal.StringToHGlobalAuto(startInfo.Arguments);
2 references to lpParameters
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2273
if (shellExecuteInfo.
lpParameters
!= (IntPtr)0) Marshal.FreeHGlobal(shellExecuteInfo.
lpParameters
);