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