1 instantiation of STARTUP_INFO
Microsoft.Build (1)
BackEnd\Components\Communications\NodeLauncher.cs (1)
245var startInfo = new BackendNativeMethods.STARTUP_INFO
5 references to STARTUP_INFO
Microsoft.Build (5)
BackEnd\Components\Communications\NodeLauncher.cs (4)
173BackendNativeMethods.STARTUP_INFO startInfo = CreateStartupInfo(redirectStreams); 243private static BackendNativeMethods.STARTUP_INFO CreateStartupInfo(bool redirectStreams) 245var startInfo = new BackendNativeMethods.STARTUP_INFO 247cb = Marshal.SizeOf<BackendNativeMethods.STARTUP_INFO>(),
BackEnd\Node\NativeMethods.cs (1)
65[In] ref STARTUP_INFO lpStartupInfo,