2 overrides of CreateSection
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
145
override protected object
CreateSection
(bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
56
override protected object
CreateSection
(bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
1 reference to CreateSection
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2132
config =
CreateSection
(inputIsTrusted, factoryRecord, sectionRecord, sectionInput, parentConfig, reader);