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