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)
918
if (
_attributeCache
== null)
922
if (
_attributeCache
== null)
929
Attribute[] attrs = (Attribute[])
_attributeCache
[type];
937
attrs = (Attribute[])
_attributeCache
[type];
949
_attributeCache
[type] = attrs;
962
if (
_attributeCache
== null)
966
if (
_attributeCache
== null)
973
Attribute[] attrs = (Attribute[])
_attributeCache
[member];
981
attrs = (Attribute[])
_attributeCache
[member];
989
_attributeCache
[member] = attrs;