1 write to _contentTemplateCollection
System.Web (1)
UI\MasterPage.cs (1)
153
_contentTemplateCollection
= new Hashtable(10, StringComparer.OrdinalIgnoreCase);
3 references to _contentTemplateCollection
System.Web (3)
UI\MasterPage.cs (3)
113
_master = MasterPage.CreateMaster(this, Context, _masterPageFile,
_contentTemplateCollection
);
152
if (
_contentTemplateCollection
== null) {
157
_contentTemplateCollection
.Add(templateName, template);