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)
205
return
_converter
;
383
if (
_converter
!= null) return;
400
if ((
_converter
== null) ||
401
!
_converter
.CanConvertFrom(typeof(string)) ||
402
!
_converter
.CanConvertTo(typeof(string)))