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