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