5 references to EventReleaseRequestState
System.Web (5)
HttpApplication.cs (5)
901add { AddSyncEventHookup(EventReleaseRequestState, value, RequestNotification.ReleaseRequestState ); } 902remove { RemoveSyncEventHookup(EventReleaseRequestState, value, RequestNotification.ReleaseRequestState); } 1125AsyncEvents.AddHandler(EventReleaseRequestState, beginHandler, endHandler, state, 2557if(HasEventSubscription(EventReleaseRequestState)) { 3845app.CreateEventExecutionSteps(HttpApplication.EventReleaseRequestState, steps);