9 references to HasResult
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (2)
911if (sectionRecord != null && sectionRecord.HasResult) { 1554if (sectionRecord.HasResult) {
System\Configuration\MgmtConfigurationRecord.cs (7)
233if (sectionRecord != null && sectionRecord.HasResult) { 454if (sectionRecord != null && sectionRecord.HasResult) { 1581if (GetFactoryRecord(sectionRecord.ConfigKey, false) != null || !sectionRecord.HasResult) { 1708if (!sectionRecord.HasResult) { 1933if (sectionRecord.HasResult) { 1972if (!sectionRecord.HasResult) { 3076if (update.SectionRecord.HasResult) {