3 writes to _converter
System.Configuration (3)
System\Configuration\ConfigurationProperty.cs (3)
191_converter = converter; 427_converter = new GenericEnumConverter(_type); 430_converter = TypeDescriptor.GetConverter(_type);
5 references to _converter
System.Configuration (5)
System\Configuration\ConfigurationProperty.cs (5)
353return _converter; 424if (_converter == null) { 432if ((_converter == null) || 433!_converter.CanConvertFrom(typeof(String)) || 434!_converter.CanConvertTo(typeof(String))) {