2 writes to s_attributeCache
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
199
private static CollectibleKeyHashtable AttributeCache => LazyInitializer.EnsureInitialized(ref
s_attributeCache
, () => new CollectibleKeyHashtable());
208
s_attributeCache
= null;