1 write to lpVerb
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2237shellExecuteInfo.lpVerb = Marshal.StringToHGlobalAuto(startInfo.Verb);
2 references to lpVerb
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2272if (shellExecuteInfo.lpVerb != (IntPtr)0) Marshal.FreeHGlobal(shellExecuteInfo.lpVerb);