2 instantiations of InProcSessionState
System.Web (2)
State\InProcStateClientManager.cs (2)
336InProcSessionState state = new InProcSessionState( 372InProcSessionState state = new InProcSessionState(
12 references to InProcSessionState
System.Web (12)
State\InProcStateClientManager.cs (12)
35InProcSessionState state; 42state = (InProcSessionState) value; 121InProcSessionState state = (InProcSessionState)HttpRuntime.Cache.InternalCache.Get(key); 227InProcSessionState state = (InProcSessionState)HttpRuntime.Cache.InternalCache.Get(key); 274InProcSessionState stateCurrent = (InProcSessionState) cacheInternal.Get(key); 336InProcSessionState state = new InProcSessionState( 372InProcSessionState state = new InProcSessionState( 414InProcSessionState state = (InProcSessionState) cacheInternal.Get(key);