1 instantiation of LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
160Add(new LegacyUpdateApplyCommand(this, hostBuilder));
3 references to LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (2)
Commands\update\LegacyUpdateApplyCommand.cs (1)
27PrintDeprecationMessage<LegacyUpdateApplyCommand, UpdateCommand>(args.ParseResult);
Commands\update\UpdateCommandArgs.cs (1)
20else if (command is LegacyUpdateApplyCommand)
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\UpdateTests.cs (1)
107args = new UpdateCommandArgs((LegacyUpdateApplyCommand)parseResult.CommandResult.Command, parseResult);