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)
1002
if (
_eventCache
== null)
1006
if (
_eventCache
== null)
1013
EventDescriptor[] events = (EventDescriptor[])
_eventCache
[type];
1021
events = (EventDescriptor[])
_eventCache
[type];
1072
_eventCache
[type] = events;