11 references to new
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
150TemplateCommandArgs args = new(this, _instantiateCommand, parseResult);
Microsoft.TemplateEngine.Cli.UnitTests (10)
ParserTests\InstantiateTests.cs (7)
260var templateArgs = new TemplateCommandArgs(templateCommand, myCommand, templateParseResult); 326var templateArgs = new TemplateCommandArgs(templateCommand, myCommand, templateParseResult); 369var templateArgs = new TemplateCommandArgs(templateCommand, myCommand, templateParseResult); 413var templateArgs = new TemplateCommandArgs(templateCommand, myCommand, templateParseResult); 554TemplateCommandArgs templateArgs = new(templateCommand, myCommand, templateParseResult); 587TemplateCommandArgs templateArgs = new(templateCommand, myCommand, templateParseResult); 750var templateArgs = new TemplateCommandArgs(templateCommand, myCommand, templateParseResult);
ParserTests\InstantiateTests.Subcommand.cs (3)
88var templateArgs = new TemplateCommandArgs(templateCommand, instantiateCommand, templateParseResult); 151var templateArgs = new TemplateCommandArgs(templateCommand, instantiateCommand, templateParseResult); 186var templateArgs = new TemplateCommandArgs(templateCommand, instantiateCommand, templateParseResult);