1 instantiation of NewCreateCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
100
public readonly NewCreateCommandDefinition InstantiateCommand =
new
();
5 references to NewCreateCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
100
public 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)
18
internal partial class InstantiateCommand : BaseCommand<InstantiateCommandArgs,
NewCreateCommandDefinition
>, ICustomHelp
20
internal InstantiateCommand(Func<ParseResult, ITemplateEngineHost> hostBuilder,
NewCreateCommandDefinition
definition)