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)
147if (_foundAttributeTypes[ind].type == attributeType) 149int index = _foundAttributeTypes[ind].index; 159if (_foundAttributeTypes[ind].type == null) 170_foundAttributeTypes[ind].type = attributeType; 179_foundAttributeTypes[ind].index = i; 190_foundAttributeTypes[ind].index = i; 195_foundAttributeTypes[ind].index = -1;