2 writes to _editors
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
399
_editors
= newEditors;
562
_editors
= null;
3 references to _editors
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
345
return
_editors
![idx];
395
_editors
!.CopyTo(newEditors, 0);
402
_editors
[_editorCount++] = editor;