3 references to Execute
MSBuild (3)
XMake.cs (3)
345exitCode = ((s_initialized && Execute(args, switchesFromAutoResponseFile, switchesNotFromAutoResponseFile) == ExitType.Success) ? 0 : 1); 364/// returned so the in-proc build path (<see cref="Execute(string[], CommandLineSwitches, CommandLineSwitches)"/>) 751public static ExitType Execute(string[] commandLine) => Execute(commandLine, null, null);