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