1 instantiation of NewUpdateApplyLegacyCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
146
LegacyUpdateApplyCommand =
new
(this);
5 references to NewUpdateApplyLegacyCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
110
public readonly
NewUpdateApplyLegacyCommandDefinition
LegacyUpdateApplyCommand;
Microsoft.TemplateEngine.Cli (4)
Commands\BaseCommand.cs (2)
47
{
NewUpdateApplyLegacyCommandDefinition
.Name, (hostBuilder, definition) => new LegacyUpdateApplyCommand(hostBuilder, (
NewUpdateApplyLegacyCommandDefinition
)definition) },
Commands\update\LegacyUpdateApplyCommand.cs (2)
11
internal sealed class LegacyUpdateApplyCommand(Func<ParseResult, ITemplateEngineHost> hostBuilder,
NewUpdateApplyLegacyCommandDefinition
definition)
12
: BaseUpdateCommand<
NewUpdateApplyLegacyCommandDefinition
>(hostBuilder, definition)