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