1 write to _propertyCache
System (1)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1212
_propertyCache
= new Hashtable();
5 references to _propertyCache
System (5)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
1206
if (
_propertyCache
== null)
1210
if (
_propertyCache
== null)
1217
PropertyDescriptor[] properties = (PropertyDescriptor[])
_propertyCache
[type];
1225
properties = (PropertyDescriptor[])
_propertyCache
[type];
1289
_propertyCache
[type] = properties;