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