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