4 references to GetSection
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (4)
219return GetSection(configKey, false, true); 224return GetSection(configKey, true, true); 2084_protectedConfig = GetSection(BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION, false, false) as ProtectedConfigurationSection; 2112_configBuilders = GetSection(BaseConfigurationRecord.RESERVED_SECTION_CONFIGURATION_BUILDERS, false, false) as ConfigurationBuildersSection;