1 write to _foundAttributeTypes
System (1)
compmod\system\componentmodel\AttributeCollection.cs (1)
208_foundAttributeTypes = new AttributeEntry[FOUND_TYPES_LIMIT];
8 references to _foundAttributeTypes
System (8)
compmod\system\componentmodel\AttributeCollection.cs (8)
206if (_foundAttributeTypes == null) 215if (_foundAttributeTypes[ind].type == attributeType) 217int index = _foundAttributeTypes[ind].index; 226if (_foundAttributeTypes[ind].type == null) 237_foundAttributeTypes[ind].type = attributeType; 248_foundAttributeTypes[ind].index = i; 260_foundAttributeTypes[ind].index = i; 265_foundAttributeTypes[ind].index = -1;