3 writes to _converter
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationProperty.cs (3)
248_converter = converter; 388_converter = new GenericEnumConverter(Type); 398_converter = TypeDescriptor.GetConverter(Type);
5 references to _converter
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationProperty.cs (5)
205return _converter; 383if (_converter != null) return; 400if ((_converter == null) || 401!_converter.CanConvertFrom(typeof(string)) || 402!_converter.CanConvertTo(typeof(string)))