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)
96
OutOfProcSessionStateStore
.STATE_NETWORK_TIMEOUT_DEFAULT),
State\OutOfProcStateClientManager.cs (4)
694
Debug.Assert(socket !=
OutOfProcSessionStateStore
.INVALID_SOCKET,
713
if (_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);