Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Hidden\List\Reference\ListReferenceCommandParser.cs (1)
28command.SetAction((parseResult) => new ReferenceListCommand(parseResult).Execute());
Commands\Reference\List\ReferenceListCommandParser.cs (1)
23command.SetAction((parseResult) => new ReferenceListCommand(parseResult).Execute());