Implemented interface member:
property
ThirdPartyNotices
Microsoft.TemplateEngine.Abstractions.ITemplateMetadata.ThirdPartyNotices
3 writes to ThirdPartyNotices
Microsoft.TemplateEngine.Edge (3)
Settings\TemplateInfo.cs (1)
88
ThirdPartyNotices
= template.ThirdPartyNotices;
Settings\TemplateInfoReader.cs (2)
54
info.
ThirdPartyNotices
= entry.ToString(nameof(ThirdPartyNotices));
178
info.
ThirdPartyNotices
= GetStringValue(entry, nameof(ThirdPartyNotices));
4 references to ThirdPartyNotices
Microsoft.TemplateEngine.Edge (4)
Generated\361d1da7f942c932\TemplateCacheJsonSerializerContext.TemplateInfo.g.cs (2)
410
Getter = static obj => ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateInfo)obj).
ThirdPartyNotices
,
617
string __value_ThirdPartyNotices = ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateInfo)value).
ThirdPartyNotices
;
Settings\TemplateInfoReader.cs (2)
54
info.ThirdPartyNotices = entry.ToString(nameof(
ThirdPartyNotices
));
178
info.ThirdPartyNotices = GetStringValue(entry, nameof(
ThirdPartyNotices
));