2 instantiations of TemplatePackageDisplay
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommand.cs (1)
169TemplatePackageDisplay templatePackageDisplay = new(Reporter.Output, Reporter.Error);
TemplatePackageCoordinator.cs (1)
44_templatePackageDisplay = new TemplatePackageDisplay(Reporter.Output, Reporter.Error);
2 references to TemplatePackageDisplay
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommand.cs (1)
169TemplatePackageDisplay templatePackageDisplay = new(Reporter.Output, Reporter.Error);
TemplatePackageCoordinator.cs (1)
35private readonly TemplatePackageDisplay _templatePackageDisplay;