3 references to Execute
MSBuild (3)
MSBuildClientApp.cs (1)
86
return MSBuildApp.
Execute
(commandLineArgs);
XMake.cs (2)
327
exitCode = ((s_initialized &&
Execute
(args) == ExitType.Success) ? 0 : 1);
3035
exitType =
Execute
(commandLine);