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)
206
if (
_foundAttributeTypes
== null)
215
if (
_foundAttributeTypes
[ind].type == attributeType)
217
int index =
_foundAttributeTypes
[ind].index;
226
if (
_foundAttributeTypes
[ind].type == null)
237
_foundAttributeTypes
[ind].type = attributeType;
248
_foundAttributeTypes
[ind].index = i;
260
_foundAttributeTypes
[ind].index = i;
265
_foundAttributeTypes
[ind].index = -1;