2 instantiations of STARTUPINFO
System (2)
compmod\system\codedom\compiler\Executor.cs (1)
174NativeMethods.STARTUPINFO si = new NativeMethods.STARTUPINFO();
services\monitoring\system\diagnosticts\Process.cs (1)
1995NativeMethods.STARTUPINFO startupInfo = new NativeMethods.STARTUPINFO();
5 references to STARTUPINFO
System (5)
compmod\microsoft\win32\NativeMethods.cs (3)
200STARTUPINFO lpStartupInfo, // LPSTARTUPINFO 273STARTUPINFO lpStartupInfo, 291STARTUPINFO lpStartupInfo,
compmod\system\codedom\compiler\Executor.cs (1)
174NativeMethods.STARTUPINFO si = new NativeMethods.STARTUPINFO();
services\monitoring\system\diagnosticts\Process.cs (1)
1995NativeMethods.STARTUPINFO startupInfo = new NativeMethods.STARTUPINFO();