3 references to CREATENOWINDOW
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (3)
84
creationFlags |= BackendNativeMethods.
CREATENOWINDOW
;
114
processStartInfo.CreateNoWindow = (creationFlags | BackendNativeMethods.
CREATENOWINDOW
) == BackendNativeMethods.
CREATENOWINDOW
;