2 writes to _editorCount
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1845
_editors[
_editorCount
++] = editor;
2005
_editorCount
= 0;
3 references to _editorCount
System (3)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1782
for (int idx = 0; idx <
_editorCount
; idx++)
1828
if (_editorTypes == null || _editorTypes.Length ==
_editorCount
)
1844
_editorTypes[
_editorCount
] = editorBaseType;