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)
345return _editors![idx]; 395_editors!.CopyTo(newEditors, 0); 402_editors[_editorCount++] = editor;