1 write to _configMasterPageFile
System.Web (1)
UI\PageParser.cs (1)
237_configMasterPageFile = PagesConfig.MasterPageFileInternal;
5 references to _configMasterPageFile
System.Web (5)
UI\PageParser.cs (5)
176if (_configMasterPageFile != null) { 182if (_configMasterPageFile.Length > 0) { 183Type type = GetReferencedType(_configMasterPageFile); 187ProcessError(SR.GetString(SR.Invalid_master_base, _configMasterPageFile)); 193RootBuilder.PreprocessAttribute(String.Empty /*filter*/, "MasterPageFile", _configMasterPageFile, true /*mainDirectiveMode*/);