3 writes to _editorTypes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
249_editorTypes = null; 334_editorTypes = new Type[5]; 344_editorTypes = newTypes;
8 references to _editorTypes
System.ComponentModel.TypeConverter (8)
System\ComponentModel\PropertyDescriptor.cs (8)
293if (_editorTypes != null) 297if (_editorTypes[i] == editorBaseType) 332if (_editorTypes == null) 338if (_editorCount >= _editorTypes.Length) 340Type[] newTypes = new Type[_editorTypes.Length * 2]; 342Array.Copy(_editorTypes, newTypes, _editorTypes.Length); 348_editorTypes[_editorCount] = editorBaseType;