1 instantiation of STARTUPINFO
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
471
STARTUPINFO startInfo = new
STARTUPINFO
();
2 references to STARTUPINFO
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (1)
471
STARTUPINFO
startInfo = new STARTUPINFO();
src\Compilers\Shared\NativeMethods.cs (1)
89
[In] ref
STARTUPINFO
lpStartupInfo,