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