2 overrides of CreateSection
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
145override protected object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
56override 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)
2132config = CreateSection(inputIsTrusted, factoryRecord, sectionRecord, sectionInput, parentConfig, reader);