3 references to _eventListCache
System.Web (3)
UI\TemplateControl.cs (3)
398
object o =
_eventListCache
[GetType()];
406
o = (EventList)
_eventListCache
[GetType()];
422
_eventListCache
[GetType()] = o;