34 references to new
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
435
TemplateCommand command =
new
(
Commands\create\InstantiateCommand.TabCompletion.cs (1)
56
TemplateCommand command =
new
(
Microsoft.TemplateEngine.Cli.UnitTests (32)
ParserTests\HelpTests.cs (17)
106
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
129
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
152
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
175
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
199
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
225
TemplateCommand templateCommand1 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[0]);
226
TemplateCommand templateCommand2 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[1]);
250
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
278
TemplateCommand templateCommand1 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[0]);
279
TemplateCommand templateCommand2 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[1]);
303
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
327
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
373
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
397
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
439
TemplateCommand templateCommand1 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[0]);
440
TemplateCommand templateCommand2 =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates[1]);
464
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
ParserTests\InstantiateTests.cs (9)
257
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
323
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
366
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
410
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
481
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
526
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
550
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
583
TemplateCommand templateCommand =
new
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
742
TemplateCommand templateCommand =
new
(
ParserTests\InstantiateTests.Subcommand.cs (5)
85
TemplateCommand templateCommand =
new
(instantiateCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
148
TemplateCommand templateCommand =
new
(instantiateCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
183
TemplateCommand templateCommand =
new
(instantiateCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
226
TemplateCommand templateCommand =
new
(instantiateCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
260
TemplateCommand templateCommand =
new
(instantiateCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());
ParserTests\TemplateCommandTests.cs (1)
52
_ = new
TemplateCommand
(myCommand, settings, packageManager, templateGroup, templateGroup.Templates.Single());