Base:
4 references to ToString
Microsoft.TemplateEngine.Cli (4)
Commands\BaseCommand.cs (1)
117
Reporter.Output.WriteCommand(Example.For<TNew>(parseResult).WithHelpOption().
ToString
().Yellow());
Commands\create\InstantiateCommand.Help.cs (2)
222
.
ToString
().Indent());
257
.
ToString
().Indent());
Commands\Example.cs (1)
20
public static implicit operator string(Example e) => e.
ToString
();