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