2 overrides of UseParentResult
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
210override protected object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
66override protected object UseParentResult(string configKey, object parentResult, SectionRecord sectionRecord) {
4 references to UseParentResult
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (4)
1211tmpResult = UseParentResult(configKey, parentResult, sectionRecord); 1221tmpResultRuntimeObject = UseParentResult(configKey, parentResultRuntimeObject, sectionRecord); 1648currentResult = UseParentResult(configKey, currentResult, sectionRecord); 1733result = UseParentResult(factoryRecord.ConfigKey, parentResult, sectionRecord);