1 write to _notifEnabled
System.Web (1)
Cache\SqlCacheDependency.cs (1)
968
dbState.
_notifEnabled
= notifEnabled;
4 references to _notifEnabled
System.Web (4)
Cache\SqlCacheDependency.cs (4)
949
if (dbState.
_notifEnabled
&& !notifEnabled &&
972
"; _pollSqlError=" + dbState._pollSqlError + "; _notifEnabled=" + dbState.
_notifEnabled
+
1049
"; _pollSqlError=" + dbState._pollSqlError + "; _notifEnabled=" + dbState.
_notifEnabled
);
1057
dbRegistered = dbState.
_notifEnabled
;