2 overrides of CreateSectionFactory
System.Configuration.ConfigurationManager (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
124
protected override object
CreateSectionFactory
(FactoryRecord factoryRecord)
System\Configuration\RuntimeConfigurationRecord.cs (1)
34
protected override object
CreateSectionFactory
(FactoryRecord factoryRecord)
1 reference to CreateSectionFactory
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
1734
object factory = rootConfigRecord.
CreateSectionFactory
(rootFactoryRecord);