1 write to ThirdPartyNotices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
72ThirdPartyNotices = source.ToString(nameof(ThirdPartyNotices));
4 references to ThirdPartyNotices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
ConfigModel\TemplateConfigModel.cs (1)
72ThirdPartyNotices = source.ToString(nameof(ThirdPartyNotices));
DirectoryBasedTemplate.Interfaces.cs (1)
43string? ITemplateMetadata.ThirdPartyNotices => ConfigurationModel.ThirdPartyNotices;
RunnableProjectConfig.ITemplate.cs (1)
56string? ITemplateMetadata.ThirdPartyNotices => ConfigurationModel.ThirdPartyNotices;
RunnableProjectGenerator.cs (1)
470public string? ThirdPartyNotices => _templateInfo.ConfigurationModel.ThirdPartyNotices;