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