2 writes to _editors
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1842_editors = newEditors; 2003_editors = null;
3 references to _editors
System (3)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1786return _editors[idx]; 1838_editors.CopyTo(newEditors, 0); 1845_editors[_editorCount++] = editor;