1 write to _instantiateCommand
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
43
_instantiateCommand
= instantiateCommand;
2 references to _instantiateCommand
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommand.cs (2)
150
TemplateCommandArgs args = new(this,
_instantiateCommand
, parseResult);
261
AddReservedNamesAndAliases(reservedAliases,
_instantiateCommand
);