2 writes to _editorCount
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
402_editors[_editorCount++] = editor; 564_editorCount = 0;
3 references to _editorCount
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
341for (int idx = 0; idx < _editorCount; idx++) 385if (_editorTypes == null || _editorTypes.Length == _editorCount) 401_editorTypes[_editorCount] = editorBaseType;