2 writes to _editorTypes
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1841_editorTypes = newTypes; 2004_editorTypes = null;
8 references to _editorTypes
System (8)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (8)
1784if (_editorTypes[idx] == editorBaseType) 1828if (_editorTypes == null || _editorTypes.Length == _editorCount) 1830int newLength = (_editorTypes == null ? 4 : _editorTypes.Length * 2); 1835if (_editorTypes != null) 1837_editorTypes.CopyTo(newTypes, 0); 1844_editorTypes[_editorCount] = editorBaseType;