Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\New\DotnetCommandCallbacks.cs (1)
31
return addPackageReferenceCommand.
Execute
() == 0;
Commands\Package\PackageCommandParser.cs (1)
68
def.SetAction(parseResult => new PackageAddCommand(parseResult).
Execute
());