1 instantiation of NewCreateCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
100public readonly NewCreateCommandDefinition InstantiateCommand = new();
5 references to NewCreateCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
100public readonly NewCreateCommandDefinition InstantiateCommand = new();
Microsoft.TemplateEngine.Cli (4)
Commands\BaseCommand.cs (2)
36{ NewCreateCommandDefinition.Name, (hostBuilder, definition) => new InstantiateCommand(hostBuilder, (NewCreateCommandDefinition)definition) },
Commands\create\InstantiateCommand.cs (2)
18internal partial class InstantiateCommand : BaseCommand<InstantiateCommandArgs, NewCreateCommandDefinition>, ICustomHelp 20internal InstantiateCommand(Func<ParseResult, ITemplateEngineHost> hostBuilder, NewCreateCommandDefinition definition)