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