Home
last modified time | relevance | path

Searched refs:s_DatabaseNotifStates (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Cache/
H A DSqlCacheDependency.cs607 internal static Hashtable s_DatabaseNotifStates = new Hashtable(); field in System.Web.Caching.SqlCacheDependencyManager
637 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 …]