2 writes to _author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (2)
207internal init => _author = value; 461_author = locModel.Author ?? Author;
1 reference to _author
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
205get => _author;