11 references to ResolveRequestCache
System.Web (11)
HttpApplication.cs (10)
839add { AddSyncEventHookup(EventResolveRequestCache, value, RequestNotification.ResolveRequestCache); } 840remove { RemoveSyncEventHookup(EventResolveRequestCache, value, RequestNotification.ResolveRequestCache); } 846add { AddSyncEventHookup(EventPostResolveRequestCache, value, RequestNotification.ResolveRequestCache, true); } 847remove { RemoveSyncEventHookup(EventPostResolveRequestCache, value, RequestNotification.ResolveRequestCache, true); } 1048RequestNotification.ResolveRequestCache, false, this); 1057RequestNotification.ResolveRequestCache, true, this); 1845eventMask["ResolveRequestCache"] = RequestNotification.ResolveRequestCache; 1846eventMask["PostResolveRequestCache"] = RequestNotification.ResolveRequestCache; 2524requestNotifications |= RequestNotification.ResolveRequestCache; 2527postRequestNotifications |= RequestNotification.ResolveRequestCache;
PipelineModuleStepContainer.cs (1)
213case RequestNotification.ResolveRequestCache: