9 references to IsImplicitSection
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (2)
2158if (!implicitIsRooted && IsImplicitSection(configKey)) { 3591if (IsImplicitSection(name)) {
System\Configuration\MgmtConfigurationRecord.cs (5)
1570Debug.Assert(!IsImplicitSection(factoryRecord.ConfigKey), "We should never write out an implicit section"); 1594Debug.Assert(!IsImplicitSection(sectionRecord.ConfigKey), "We should never write out an implicit section"); 2126Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section"); 2540Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section"); 2596Debug.Assert(!IsImplicitSection(configKey), "We should never write out an implicit section");
System\Configuration\SectionInformation.cs (2)
244if (BaseConfigurationRecord.IsImplicitSection(ConfigKey)) { 571if (force == true && BaseConfigurationRecord.IsImplicitSection(SectionName)) {