3 writes to _converter
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
222_converter = (TypeConverter)CreateInstance(converterType, _type)!; 230_converter = GetIntrinsicTypeConverter(_type); 561_converter = null;
4 references to _converter
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (4)
213if (_converter == null) 226if (_converter == null) 232Debug.Assert(_converter != null, "There is no intrinsic setup in the hashtable for the Object type"); 241return _converter;