Searched refs:s_DatabaseNotifStates (Results 1 – 1 of 1) sorted by relevance
607 internal static Hashtable s_DatabaseNotifStates = new Hashtable(); field in System.Web.Caching.SqlCacheDependencyManager637 if (s_DatabaseNotifStates != null && s_DatabaseNotifStates.Count > 0) { in Dispose()639 lock(s_DatabaseNotifStates) { in Dispose()640 foreach(DictionaryEntry entry in s_DatabaseNotifStates) { in Dispose()705 if (s_DatabaseNotifStates.ContainsKey(database)) { in InitPolling()720 lock(s_DatabaseNotifStates) { in InitPolling()723 if (s_DatabaseNotifStates.ContainsKey(database)) { in InitPolling()737 s_DatabaseNotifStates.Add(database, state); in InitPolling()1149 lock(s_DatabaseNotifStates) { in UpdateAllDatabaseNotifState()1150 foreach(DictionaryEntry entry in s_DatabaseNotifStates) { in UpdateAllDatabaseNotifState()[all …]