4 references to GetSection
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (4)
219
return
GetSection
(configKey, false, true);
224
return
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;