4 references to SETUP_TABLES
System.Web (4)
Cache\SqlCacheDependency.cs (4)
1466
bool tableOp = (flags & (
SETUP_TABLES
|SETUP_TABLE)) != 0;
1470
bool tables = (flags &
SETUP_TABLES
) != 0;
1662
SetupNotifications(
SETUP_TABLES
, table, connectionString);
1676
SetupNotifications(
SETUP_TABLES
|SETUP_DISABLE, table, connectionString);