2 writes to _attributeCache
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
924_attributeCache = new Hashtable(); 968_attributeCache = new Hashtable();
10 references to _attributeCache
System (10)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (10)
918if (_attributeCache == null) 922if (_attributeCache == null) 929Attribute[] attrs = (Attribute[])_attributeCache[type]; 937attrs = (Attribute[])_attributeCache[type]; 949_attributeCache[type] = attrs; 962if (_attributeCache == null) 966if (_attributeCache == null) 973Attribute[] attrs = (Attribute[])_attributeCache[member]; 981attrs = (Attribute[])_attributeCache[member]; 989_attributeCache[member] = attrs;