3 instantiations of HttpSessionStateContainer
System.Web (3)
State\SessionStateModule.cs (3)
83
HttpSessionStateContainer sessionStateContainer = new
HttpSessionStateContainer
(
195
static HttpSessionStateContainer s_delayedSessionState = new
HttpSessionStateContainer
();
908
_rqSessionState = new
HttpSessionStateContainer
(
3 references to HttpSessionStateContainer
System.Web (3)
State\SessionStateModule.cs (3)
83
HttpSessionStateContainer
sessionStateContainer = new HttpSessionStateContainer(
195
static
HttpSessionStateContainer
s_delayedSessionState = new HttpSessionStateContainer();
213
HttpSessionStateContainer
_rqSessionState;