1 write to _contentTemplateCollection
System.Web (1)
UI\Page.cs (1)
2670
_contentTemplateCollection
= new Hashtable(11, StringComparer.OrdinalIgnoreCase);
3 references to _contentTemplateCollection
System.Web (3)
UI\Page.cs (3)
941
_master = MasterPage.CreateMaster(this, Context, _masterPageFile,
_contentTemplateCollection
);
2669
if (
_contentTemplateCollection
== null) {
2674
_contentTemplateCollection
.Add(templateName, template);