3 writes to _editorTypes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
243_editorTypes = null; 328_editorTypes = new Type[5]; 338_editorTypes = newTypes;
8 references to _editorTypes
System.ComponentModel.TypeConverter (8)
System\ComponentModel\PropertyDescriptor.cs (8)
287if (_editorTypes != null) 291if (_editorTypes[i] == editorBaseType) 326if (_editorTypes == null) 332if (_editorCount >= _editorTypes.Length) 334Type[] newTypes = new Type[_editorTypes.Length * 2]; 336Array.Copy(_editorTypes, newTypes, _editorTypes.Length); 342_editorTypes[_editorCount] = editorBaseType;