5 writes to
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (5)
1110attributeCache[type] = attrs; 1138attributeCache[member] = attrs; 1208eventCache[type] = events; 1296extendedPropertyCache[providerType] = extendedProperties; 1401propertyCache[type] = properties;
10 references to
System.ComponentModel.TypeConverter (10)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (10)
1096Attribute[]? attrs = (Attribute[]?)attributeCache[type]; 1104attrs = (Attribute[]?)attributeCache[type]; 1124Attribute[]? attrs = (Attribute[]?)attributeCache[member]; 1132attrs = (Attribute[]?)attributeCache[member]; 1152EventDescriptor[]? events = (EventDescriptor[]?)eventCache[type]; 1160events = (EventDescriptor[]?)eventCache[type]; 1252ReflectPropertyDescriptor[]? extendedProperties = (ReflectPropertyDescriptor[]?)extendedPropertyCache[providerType]; 1257extendedProperties = (ReflectPropertyDescriptor[]?)extendedPropertyCache[providerType]; 1334PropertyDescriptor[]? properties = (PropertyDescriptor[]?)propertyCache[type]; 1342properties = (PropertyDescriptor[]?)propertyCache[type];