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