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)
119SqlSessionStateStore.SQL_COMMAND_TIMEOUT_DEFAULT),
State\SessionStateModule.cs (2)
368((SqlSessionStateStore)_store).Initialize(null, null, _partitionResolver); 1125((SqlSessionStateStore)_store).KnowForSureNotUsingIntegratedSecurity &&
State\sqlstateclientmanager.cs (1)
1046SqlSessionStateStore.ThrowSqlConnectionException(sqlConnection, e);