2 implementations of GetSection
System.Configuration (1)
System\Configuration\ClientConfigurationSystem.cs (1)
197object IInternalConfigSystem.GetSection(string sectionName) {
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
173object IInternalConfigSystem.GetSection(string configKey) {
1 reference to GetSection
System.Configuration (1)
System\Configuration\ConfigurationManager.cs (1)
183object section = s_configSystem.GetSection(sectionName);