5 writes to
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (5)
1113attributeCache[type] = attrs; 1141attributeCache[member] = attrs; 1211eventCache[type] = events; 1299extendedPropertyCache[providerType] = extendedProperties; 1407propertyCache[type] = properties;
10 references to
System.ComponentModel.TypeConverter (10)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (10)
1099Attribute[]? attrs = (Attribute[]?)attributeCache[type]; 1107attrs = (Attribute[]?)attributeCache[type]; 1127Attribute[]? attrs = (Attribute[]?)attributeCache[member]; 1135attrs = (Attribute[]?)attributeCache[member]; 1155EventDescriptor[]? events = (EventDescriptor[]?)eventCache[type]; 1163events = (EventDescriptor[]?)eventCache[type]; 1255ReflectPropertyDescriptor[]? extendedProperties = (ReflectPropertyDescriptor[]?)extendedPropertyCache[providerType]; 1260extendedProperties = (ReflectPropertyDescriptor[]?)extendedPropertyCache[providerType]; 1340PropertyDescriptor[]? properties = (PropertyDescriptor[]?)propertyCache[type]; 1348properties = (PropertyDescriptor[]?)propertyCache[type];