Implemented interface member:
4 references to ThirdPartyNotices
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.Help.cs (2)
180if (!string.IsNullOrEmpty(preferredTemplate.ThirdPartyNotices)) 182writer.WriteLine(HelpStrings.Info_TemplateThirdPartyNotice, preferredTemplate.ThirdPartyNotices);
TemplateInvoker.cs (2)
214if (!string.IsNullOrEmpty(templateArgs.Template.ThirdPartyNotices)) 216Reporter.Output.WriteLine(LocalizableStrings.ThirdPartyNotices, templateArgs.Template.ThirdPartyNotices);