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