4 references to SETUP_DISABLE
System.Web (4)
Cache\SqlCacheDependency.cs (4)
1467
bool disable = (flags &
SETUP_DISABLE
) != 0;
1649
SetupNotifications(
SETUP_DISABLE
, null, connectionString);
1667
SetupNotifications(SETUP_TABLE|
SETUP_DISABLE
, table, connectionString);
1676
SetupNotifications(SETUP_TABLES|
SETUP_DISABLE
, table, connectionString);