3 references to AddCommand
dotnet (1)
Commands\Solution\SolutionCommandParser.cs (1)
24
command.
AddCommand
.SetAction(parseResult => new SolutionAddCommand(parseResult).Execute());
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Solution\SolutionCommandParser.cs (1)
22
command.
AddCommand
.SetAction((Func<ParseResult, int>)(_ => throw new CommandNotAvailableInAotException()));
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionCommandDefinition.cs (1)
37
Subcommands.Add(
AddCommand
);