1 write to _name
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
187_name = name;
8 references to _name
System.Configuration (8)
System\Configuration\ConfigurationProperty.cs (8)
200throw new ConfigurationErrorsException(SR.GetString(SR.Validator_does_not_support_prop_type, _name)); 223throw new ConfigurationErrorsException(SR.GetString(SR.Default_value_wrong_type, _name)); 249throw new ConfigurationErrorsException(SR.GetString(SR.Default_value_conversion_error_from_string, _name, ex.Message)); 266return _name; 386throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_conversion_error_from_string, _name, ex.Message)); 404throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_conversion_error_to_string, _name, ex.Message)); 415throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_validation_error, _name, ex.Message),ex); 435throw new ConfigurationErrorsException(SR.GetString(SR.No_converter, _name, _type.Name));