2 writes to _editorTypes
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
398_editorTypes = newTypes; 563_editorTypes = null;
8 references to _editorTypes
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (8)
343if (_editorTypes![idx] == editorBaseType) 385if (_editorTypes == null || _editorTypes.Length == _editorCount) 387int newLength = (_editorTypes == null ? 4 : _editorTypes.Length * 2); 392if (_editorTypes != null) 394_editorTypes.CopyTo(newTypes, 0); 401_editorTypes[_editorCount] = editorBaseType;