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