14 references to UpdateRequestCache
System.Web (14)
HttpApplication.cs (13)
915
add { AddSyncEventHookup(EventUpdateRequestCache, value, RequestNotification.
UpdateRequestCache
); }
916
remove { RemoveSyncEventHookup(EventUpdateRequestCache, value, RequestNotification.
UpdateRequestCache
); }
922
add { AddSyncEventHookup(EventPostUpdateRequestCache, value, RequestNotification.
UpdateRequestCache
, true); }
923
remove { RemoveSyncEventHookup(EventPostUpdateRequestCache, value, RequestNotification.
UpdateRequestCache
, true); }
1144
RequestNotification.
UpdateRequestCache
, false, this);
1153
RequestNotification.
UpdateRequestCache
, true, this);
1855
eventMask["UpdateRequestCache"] = RequestNotification.
UpdateRequestCache
;
1856
eventMask["PostUpdateRequestCache"] = RequestNotification.
UpdateRequestCache
;
2403
RequestNotification.
UpdateRequestCache
| RequestNotification.LogRequest /*requestNotifications*/,
2566
requestNotifications |= RequestNotification.
UpdateRequestCache
;
2569
postRequestNotifications |= RequestNotification.
UpdateRequestCache
;
3697
if (HttpRuntime.UseIntegratedPipeline && (_application.Context.CurrentNotification == RequestNotification.
UpdateRequestCache
)) {
4047
RequestNotification.
UpdateRequestCache
,
PipelineModuleStepContainer.cs (1)
237
case RequestNotification.
UpdateRequestCache
: