9 references to HasResult
System.Configuration.ConfigurationManager (9)
System\Configuration\BaseConfigurationRecord.cs (2)
794if ((sectionRecord != null) && sectionRecord.HasResult) 1180if (sectionRecord.HasResult)
System\Configuration\MgmtConfigurationRecord.cs (7)
218if ((sectionRecord != null) && sectionRecord.HasResult) return (ConfigurationSection)sectionRecord.Result; 372if ((sectionRecord != null) && sectionRecord.HasResult) 1412if ((GetFactoryRecord(sectionRecord.ConfigKey, false) != null) || !sectionRecord.HasResult) 1550if (!sectionRecord.HasResult) 1780if (sectionRecord.HasResult) 1819if (!sectionRecord.HasResult) 2976if (update.SectionRecord.HasResult)