3 references to SETUP_TABLE
System.Web (3)
Cache\SqlCacheDependency.cs (3)
1466
bool tableOp = (flags & (SETUP_TABLES|
SETUP_TABLE
)) != 0;
1653
SetupNotifications(
SETUP_TABLE
, table, connectionString);
1667
SetupNotifications(
SETUP_TABLE
|SETUP_DISABLE, table, connectionString);