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)
353
return
_converter
;
424
if (
_converter
== null) {
432
if ((
_converter
== null) ||
433
!
_converter
.CanConvertFrom(typeof(String)) ||
434
!
_converter
.CanConvertTo(typeof(String))) {