8 references to IsNullOrNullProperty
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (5)
689if (!((IsNullOrNullProperty(thisValue) && Equals(otherValue, configProperty.DefaultValue)) 690|| (IsNullOrNullProperty(otherValue) && Equals(thisValue, configProperty.DefaultValue)))) 948if ((prop.IsRequired || (saveMode == ConfigurationSaveMode.Full)) && IsNullOrNullProperty(value)) 959if (IsNullOrNullProperty(value)) continue; 983if (IsNullOrNullProperty(value))
System\Configuration\ConfigurationProperty.cs (3)
275if (ConfigurationElement.IsNullOrNullProperty(value)) 297if (ConfigurationElement.IsNullOrNullProperty(defaultValue)) 315if (ConfigurationElement.IsNullOrNullProperty(defaultValue))