1 instantiation of SqlSessionStateStore
System.Web (1)
State\SessionStateModule.cs (1)
367
_store = new
SqlSessionStateStore
();
4 references to SqlSessionStateStore
System.Web (4)
Configuration\SessionStateSection.cs (1)
119
SqlSessionStateStore
.SQL_COMMAND_TIMEOUT_DEFAULT),
State\SessionStateModule.cs (2)
368
((
SqlSessionStateStore
)_store).Initialize(null, null, _partitionResolver);
1125
((
SqlSessionStateStore
)_store).KnowForSureNotUsingIntegratedSecurity &&
State\sqlstateclientmanager.cs (1)
1046
SqlSessionStateStore
.ThrowSqlConnectionException(sqlConnection, e);