3 references to ToDisplayString
Microsoft.TemplateEngine.Cli (3)
Commands\create\TemplateCommand.cs (1)
236
reporter.WriteLine(constraint.
ToDisplayString
().Indent());
TemplatePackageCoordinator.cs (1)
1051
Reporter.Output.WriteLine(constraintResult.
ToDisplayString
().Indent(1));
TemplatePackageDisplay.cs (1)
411
_reporterOutput.WriteLine(constraintResult.
ToDisplayString
().Indent(1));