2 references to Execute
MSBuild (2)
XMake.cs (2)
366
exitCode = ((s_initialized &&
Execute
(args, switchesFromAutoResponseFile, switchesNotFromAutoResponseFile) == ExitType.Success) ? 0 : 1);
835
public static ExitType Execute(string[] commandLine) =>
Execute
(commandLine, null, null);