2 overrides of CreateSection
System.Configuration.ConfigurationManager (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
142protected override object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
System\Configuration\RuntimeConfigurationRecord.cs (1)
40protected override object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
1 reference to CreateSection
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
1627config = CreateSection(inputIsTrusted, factoryRecord, sectionRecord, parentConfig, reader);