3 writes to _converter
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationProperty.cs (3)
244_converter = converter; 384_converter = new GenericEnumConverter(Type); 394_converter = TypeDescriptor.GetConverter(Type);
5 references to _converter
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationProperty.cs (5)
201return _converter; 379if (_converter != null) return; 396if ((_converter == null) || 397!_converter.CanConvertFrom(typeof(string)) || 398!_converter.CanConvertTo(typeof(string)))