3 references to CallCreateSection
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
1370object tmpResult = CallCreateSection(true, factoryRecord, sectionRecordForDefault, null, null, null); 1736result = CallCreateSection(isTrusted, factoryRecord, sectionRecord, input, parentResult, reader);
System\Configuration\MgmtConfigurationRecord.cs (1)
216object result = CallCreateSection(false, factoryRecord, sectionRecord, null, parentResult, null);