8 references to IsRequired
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (6)
948if ((prop.IsRequired || (saveMode == ConfigurationSaveMode.Full)) && IsNullOrNullProperty(value)) 968if (!Equals(value, value2) || prop.IsRequired) 978if (prop.IsRequired || modified || !inherited || 1079if (prop.IsRequired) 1350if ((propToLock != null) && propToLock.IsRequired) 1820if (prop.IsRequired && !Values.Contains(prop.Name))
System\Configuration\ConfigurationLockCollection.cs (1)
160if ((propToLock != null) && propToLock.IsRequired)
System\Configuration\PropertyInformation.cs (1)
51public bool IsRequired => Prop.IsRequired;