1 instantiation of OutOfProcSessionStateStore
System.Web (1)
State\SessionStateModule.cs (1)
362_store = new OutOfProcSessionStateStore();
6 references to OutOfProcSessionStateStore
System.Web (6)
Configuration\SessionStateSection.cs (1)
96OutOfProcSessionStateStore.STATE_NETWORK_TIMEOUT_DEFAULT),
State\OutOfProcStateClientManager.cs (4)
694Debug.Assert(socket != OutOfProcSessionStateStore.INVALID_SOCKET, 713if (_socketHandle.Handle != OutOfProcSessionStateStore.INVALID_SOCKET) { 715_socketHandle = new HandleRef(this, OutOfProcSessionStateStore.INVALID_SOCKET); 721_socketHandle = new HandleRef(this, OutOfProcSessionStateStore.INVALID_SOCKET);
State\SessionStateModule.cs (1)
363((OutOfProcSessionStateStore)_store).Initialize(null, null, _partitionResolver);