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