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