14 references to s_DatabaseNotifStates
System.Web (14)
Cache\SqlCacheDependency.cs (14)
637
if (
s_DatabaseNotifStates
!= null &&
s_DatabaseNotifStates
.Count > 0) {
639
lock(
s_DatabaseNotifStates
) {
640
foreach(DictionaryEntry entry in
s_DatabaseNotifStates
) {
705
if (
s_DatabaseNotifStates
.ContainsKey(database)) {
720
lock(
s_DatabaseNotifStates
) {
723
if (
s_DatabaseNotifStates
.ContainsKey(database)) {
737
s_DatabaseNotifStates
.Add(database, state);
1008
DatabaseNotifState dbState = (DatabaseNotifState)
s_DatabaseNotifStates
[database];
1141
Debug.Assert(
s_DatabaseNotifStates
[database] != null, "s_DatabaseNotifStates[database] != null");
1143
PollDatabaseForChanges((DatabaseNotifState)
s_DatabaseNotifStates
[database], false /*fromTimer*/);
1149
lock(
s_DatabaseNotifStates
) {
1150
foreach(DictionaryEntry entry in
s_DatabaseNotifStates
) {
1160
DatabaseNotifState dbState = (DatabaseNotifState)
s_DatabaseNotifStates
[database];