2 writes to _editorTypes
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
398
_editorTypes
= newTypes;
563
_editorTypes
= null;
8 references to _editorTypes
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (8)
343
if (
_editorTypes
![idx] == editorBaseType)
385
if (
_editorTypes
== null ||
_editorTypes
.Length == _editorCount)
387
int newLength = (
_editorTypes
== null ? 4 :
_editorTypes
.Length * 2);
392
if (
_editorTypes
!= null)
394
_editorTypes
.CopyTo(newTypes, 0);
401
_editorTypes
[_editorCount] = editorBaseType;