Implemented interface member:
method
Execute
Microsoft.DotNet.Cli.Utils.ICommand.Execute()
5 references to Execute
dotnet-aot (3)
NativeEntryPoint.cs (1)
388exitCode = command.Execute().ExitCode;
parent\dotnet\Commands\Run\AotRunCommand.cs (1)
247return command.Execute().ExitCode;
parent\dotnet\Commands\Tool\Run\ToolRunCommand.cs (1)
49var result = CommandFactoryUsingResolver.Create(commandSpec).Execute();
Microsoft.NET.Build.Containers (2)
LocalDaemons\ContainerRuntimes.cs (1)
151CommandResult result = dockerCommand.Execute();
LocalDaemons\DockerCli.cs (1)
213CommandResult dockerCommandResult = dockerCommand.Execute();