2 writes to _editorCount
System.ComponentModel.TypeConverter (2)
System\ComponentModel\PropertyDescriptor.cs (2)
250
_editorCount
= 0;
349
_editors![
_editorCount
++] = editor;
3 references to _editorCount
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
295
for (int i = 0; i <
_editorCount
; i++)
338
if (
_editorCount
>= _editorTypes.Length)
348
_editorTypes[
_editorCount
] = editorBaseType;