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)
1784
if (
_editorTypes
[idx] == editorBaseType)
1828
if (
_editorTypes
== null ||
_editorTypes
.Length == _editorCount)
1830
int newLength = (
_editorTypes
== null ? 4 :
_editorTypes
.Length * 2);
1835
if (
_editorTypes
!= null)
1837
_editorTypes
.CopyTo(newTypes, 0);
1844
_editorTypes
[_editorCount] = editorBaseType;