1 instantiation of STARTUPINFO
Microsoft.Build.Tasks.CodeAnalysis (1)
BuildServerConnection.cs (1)
440
STARTUPINFO startInfo = new
STARTUPINFO
();
2 references to STARTUPINFO
Microsoft.Build.Tasks.CodeAnalysis (2)
BuildServerConnection.cs (1)
440
STARTUPINFO
startInfo = new STARTUPINFO();
NativeMethods.cs (1)
83
[In] ref
STARTUPINFO
lpStartupInfo,