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