1 instantiation of STARTUPINFO
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
544STARTUPINFO startInfo = new STARTUPINFO();
2 references to STARTUPINFO
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (1)
544STARTUPINFO startInfo = new STARTUPINFO();
src\Compilers\Shared\NativeMethods.cs (1)
90[In] ref STARTUPINFO lpStartupInfo,