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