3 references to Execute
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
98
exitCode = startInfo.
Execute
();
Microsoft.DotNet.Cli.Utils (2)
ForwardingAppImplementation.cs (1)
69
return GetProcessStartInfo().
Execute
();
MSBuildForwardingAppWithoutLogging.cs (1)
143
return GetProcessStartInfo().
Execute
();