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