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