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