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