Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Package\Add\PackageAddCommand.cs (1)
208int exitCode = command.Execute();
Commands\Run\RunCommand.cs (1)
310buildResult = virtualCommand.Execute();