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)
201
return
_converter
;
379
if (
_converter
!= null) return;
396
if ((
_converter
== null) ||
397
!
_converter
.CanConvertFrom(typeof(string)) ||
398
!
_converter
.CanConvertTo(typeof(string)))