5 references to EventResolveRequestCache
System.Web (5)
HttpApplication.cs (5)
839add { AddSyncEventHookup(EventResolveRequestCache, value, RequestNotification.ResolveRequestCache); } 840remove { RemoveSyncEventHookup(EventResolveRequestCache, value, RequestNotification.ResolveRequestCache); } 1047AsyncEvents.AddHandler(EventResolveRequestCache, beginHandler, endHandler, state, 2523if(HasEventSubscription(EventResolveRequestCache)) { 3835app.CreateEventExecutionSteps(HttpApplication.EventResolveRequestCache, steps);