2 writes to _editorCount
System.ComponentModel.TypeConverter (2)
System\ComponentModel\PropertyDescriptor.cs (2)
244_editorCount = 0; 343_editors![_editorCount++] = editor;
3 references to _editorCount
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
289for (int i = 0; i < _editorCount; i++) 332if (_editorCount >= _editorTypes.Length) 342_editorTypes[_editorCount] = editorBaseType;