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)
341
for (int idx = 0; idx <
_editorCount
; idx++)
385
if (_editorTypes == null || _editorTypes.Length ==
_editorCount
)
401
_editorTypes[
_editorCount
] = editorBaseType;