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