2 overrides of CreateSectionFactory
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
123override protected object CreateSectionFactory(FactoryRecord factoryRecord) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
51override protected object CreateSectionFactory(FactoryRecord factoryRecord) {
1 reference to CreateSectionFactory
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2242object factory = rootConfigRecord.CreateSectionFactory(rootFactoryRecord);