5 references to EventUpdateRequestCache
System.Web (5)
HttpApplication.cs (5)
915add { AddSyncEventHookup(EventUpdateRequestCache, value, RequestNotification.UpdateRequestCache); } 916remove { RemoveSyncEventHookup(EventUpdateRequestCache, value, RequestNotification.UpdateRequestCache); } 1143AsyncEvents.AddHandler(EventUpdateRequestCache, beginHandler, endHandler, state, 2565if(HasEventSubscription(EventUpdateRequestCache)) { 3848app.CreateEventExecutionSteps(HttpApplication.EventUpdateRequestCache, steps);