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