1 write to _foundAttributeTypes
System.ComponentModel.TypeConverter (1)
System\ComponentModel\AttributeCollection.cs (1)
141
_foundAttributeTypes
??= new AttributeEntry[FoundTypesLimit];
7 references to _foundAttributeTypes
System.ComponentModel.TypeConverter (7)
System\ComponentModel\AttributeCollection.cs (7)
147
if (
_foundAttributeTypes
[ind].type == attributeType)
149
int index =
_foundAttributeTypes
[ind].index;
159
if (
_foundAttributeTypes
[ind].type == null)
170
_foundAttributeTypes
[ind].type = attributeType;
179
_foundAttributeTypes
[ind].index = i;
190
_foundAttributeTypes
[ind].index = i;
195
_foundAttributeTypes
[ind].index = -1;