1 instantiation of ListCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.cs (1)
28Add(new ListCommand(this, hostBuilder));
8 references to ListCommand
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.cs (2)
519.WithSubcommand<ListCommand>() 528.WithSubcommand<ListCommand>());
Commands\list\LegacyListCommand.cs (1)
36PrintDeprecationMessage<LegacyListCommand, ListCommand>(args.ParseResult);
TemplateListCoordinator.cs (1)
183.WithSubcommand<ListCommand>());
Microsoft.TemplateEngine.Cli.UnitTests (4)
ParserTests\ListTests.cs (1)
278Assert.Equal("dotnet new list", Example.For<NewCommand>(parseResult).WithSubcommand<ListCommand>());
TemplateResolutionTests\ListTemplateResolverTests.cs (3)
551var args = new ListCommandArgs((ListCommand)parseResult.CommandResult.Command, parseResult); 582var args = new ListCommandArgs((ListCommand)parseResult.CommandResult.Command, parseResult); 604return new ListCommandArgs((ListCommand)parseResult.CommandResult.Command, parseResult);