4 references to GetDisplayName
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
914
Reporter.Output.WriteLine(info.
GetDisplayName
().Indent(level: 3));
1048
Reporter.Output.WriteLine(template.Template.
GetDisplayName
(showIdentity: showIdentity));
TemplatePackageDisplay.cs (2)
260
Reporter.Output.WriteLine(info.
GetDisplayName
().Indent(level: 3));
408
_reporterOutput.WriteLine(template.Template.
GetDisplayName
(showIdentity: showIdentity));