3 writes to _converter
System (3)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1666_converter = (TypeConverter)ReflectTypeDescriptionProvider.CreateInstance(converterType, _type); 1678_converter = (TypeConverter)ReflectTypeDescriptionProvider.SearchIntrinsicTable(IntrinsicTypeConverters, _type); 2002_converter = null;
4 references to _converter
System (4)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (4)
1650if (_converter == null) 1673if (_converter == null) 1679Debug.Assert(_converter != null, "There is no intrinsic setup in the hashtable for the Object type"); 1683return _converter;