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