1 instantiation of DatabaseNotifState
System.Web (1)
Cache\SqlCacheDependency.cs (1)
734
state = new
DatabaseNotifState
(database, connectionString, sqlDepDB.PollTime);
14 references to DatabaseNotifState
System.Web (14)
Cache\SqlCacheDependency.cs (14)
49
DatabaseNotifState
_sql7DatabaseState; // Database state for SQL7/2000
643
((
DatabaseNotifState
)obj).Dispose();
721
DatabaseNotifState
state;
744
PollDatabaseForChanges((
DatabaseNotifState
)state, true /*fromTimer*/);
753
internal static void PollDatabaseForChanges(
DatabaseNotifState
dbState, bool fromTimer) {
1008
DatabaseNotifState
dbState = (
DatabaseNotifState
)s_DatabaseNotifStates[database];
1143
PollDatabaseForChanges((
DatabaseNotifState
)s_DatabaseNotifStates[database], false /*fromTimer*/);
1151
DatabaseNotifState
state = (
DatabaseNotifState
)entry.Value;
1159
internal static
DatabaseNotifState
AddRef(string database) {
1160
DatabaseNotifState
dbState = (
DatabaseNotifState
)s_DatabaseNotifStates[database];
1174
internal static void Release(
DatabaseNotifState
dbState) {