4 instantiations of CollectibleKeyHashtable
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (4)
195
private static CollectibleKeyHashtable PropertyCache => LazyInitializer.EnsureInitialized(ref s_propertyCache, () => new
CollectibleKeyHashtable
());
197
private static CollectibleKeyHashtable EventCache => LazyInitializer.EnsureInitialized(ref s_eventCache, () => new
CollectibleKeyHashtable
());
199
private static CollectibleKeyHashtable AttributeCache => LazyInitializer.EnsureInitialized(ref s_attributeCache, () => new
CollectibleKeyHashtable
());
201
private static CollectibleKeyHashtable ExtendedPropertyCache => LazyInitializer.EnsureInitialized(ref s_extendedPropertyCache, () => new
CollectibleKeyHashtable
());
13 references to CollectibleKeyHashtable
System.ComponentModel.TypeConverter (13)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (13)
51
private static
CollectibleKeyHashtable
? s_propertyCache;
52
private static
CollectibleKeyHashtable
? s_eventCache;
53
private static
CollectibleKeyHashtable
? s_attributeCache;
54
private static
CollectibleKeyHashtable
? s_extendedPropertyCache;
195
private static
CollectibleKeyHashtable
PropertyCache => LazyInitializer.EnsureInitialized(ref s_propertyCache, () => new CollectibleKeyHashtable());
197
private static
CollectibleKeyHashtable
EventCache => LazyInitializer.EnsureInitialized(ref s_eventCache, () => new CollectibleKeyHashtable());
199
private static
CollectibleKeyHashtable
AttributeCache => LazyInitializer.EnsureInitialized(ref s_attributeCache, () => new CollectibleKeyHashtable());
201
private static
CollectibleKeyHashtable
ExtendedPropertyCache => LazyInitializer.EnsureInitialized(ref s_extendedPropertyCache, () => new CollectibleKeyHashtable());
1098
CollectibleKeyHashtable
attributeCache = AttributeCache;
1126
CollectibleKeyHashtable
attributeCache = AttributeCache;
1154
CollectibleKeyHashtable
eventCache = EventCache;
1254
CollectibleKeyHashtable
extendedPropertyCache = ExtendedPropertyCache;
1339
CollectibleKeyHashtable
propertyCache = PropertyCache;