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