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)
1206if (_propertyCache == null) 1210if (_propertyCache == null) 1217PropertyDescriptor[] properties = (PropertyDescriptor[])_propertyCache[type]; 1225properties = (PropertyDescriptor[])_propertyCache[type]; 1289_propertyCache[type] = properties;