2 writes to s_eventCache
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
197
private static CollectibleKeyHashtable EventCache => LazyInitializer.EnsureInitialized(ref
s_eventCache
, () => new CollectibleKeyHashtable());
207
s_eventCache
= null;