4 references to Validate
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (3)
843if (value != null) prop.Validate(value); 1095prop.Validate(value); 1726prop.Validate(propertyValue);
System\Configuration\ConfigurationProperty.cs (1)
286Validate(value);