5 references to EventPostResolveRequestCache
System.Web (5)
HttpApplication.cs (5)
846add { AddSyncEventHookup(EventPostResolveRequestCache, value, RequestNotification.ResolveRequestCache, true); }
847remove { RemoveSyncEventHookup(EventPostResolveRequestCache, value, RequestNotification.ResolveRequestCache, true); }
1056AsyncEvents.AddHandler(EventPostResolveRequestCache, beginHandler, endHandler, state,
2526if(HasEventSubscription(EventPostResolveRequestCache)) {
3836app.CreateEventExecutionSteps(HttpApplication.EventPostResolveRequestCache, steps);