10 references to IsImplicitSection
System.Configuration.ConfigurationManager (10)
System\Configuration\BaseConfigurationRecord.cs (3)
1653if (!implicitIsRooted && IsImplicitSection(configKey)) return false; 1672if (IsImplicitSection(configKey) && !factoryRecord.HasErrors) 3044if (IsImplicitSection(name))
System\Configuration\MgmtConfigurationRecord.cs (5)
1398Debug.Assert(!IsImplicitSection(factoryRecord.ConfigKey), 1427Debug.Assert(!IsImplicitSection(sectionRecord.ConfigKey), 1984Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section"); 2410Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section"); 2469Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section");
System\Configuration\SectionInformation.cs (2)
544if (BaseConfigurationRecord.IsImplicitSection(ConfigKey)) 585if (force && BaseConfigurationRecord.IsImplicitSection(SectionName))