4 overrides of GetSectionObject
System.Web (4)
Configuration\ClientRuntimeConfig.cs (1)
22protected override object GetSectionObject(string sectionName) {
Configuration\ErrorRuntimeConfig.cs (1)
19protected override object GetSectionObject(string sectionName) {
Configuration\NullRuntimeConfig.cs (1)
15protected override object GetSectionObject(string sectionName) {
Configuration\RuntimeConfigLKG.cs (1)
31protected override object GetSectionObject(string sectionName) {
2 references to GetSectionObject
System.Web (2)
Configuration\RuntimeConfig.cs (2)
639result = GetSectionObject(sectionName); 674result = GetSectionObject(sectionName);