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); 152if (_contentTemplateCollection == null) { 157_contentTemplateCollection.Add(templateName, template);