3 references to OnReleaseState
System.Web (3)
State\SessionStateModule.cs (3)
343
app.ReleaseRequestState += new EventHandler(this.
OnReleaseState
);
1450
OnReleaseState
(source, eventArgs);
1513
OnReleaseState
(context.ApplicationInstance, null);