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