1 write to _eventCache
System (1)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1008_eventCache = new Hashtable();
5 references to _eventCache
System (5)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
1002if (_eventCache == null) 1006if (_eventCache == null) 1013EventDescriptor[] events = (EventDescriptor[])_eventCache[type]; 1021events = (EventDescriptor[])_eventCache[type]; 1072_eventCache[type] = events;