12 references to _flags
System.Web (12)
UI\OutputCacheSettings.cs (12)
53return _flags[(int) value]; 62_flags[(int) OutputCacheParameter.Enabled] = true; 73_flags[(int) OutputCacheParameter.Duration] = true; 84_flags[(int) OutputCacheParameter.Location] = true; 95_flags[(int) OutputCacheParameter.VaryByCustom] = true; 106_flags[(int) OutputCacheParameter.VaryByParam] = true; 117_flags[(int) OutputCacheParameter.VaryByContentEncoding] = true; 128_flags[(int) OutputCacheParameter.VaryByHeader] = true; 139_flags[(int) OutputCacheParameter.NoStore] = true; 150_flags[(int) OutputCacheParameter.SqlDependency] = true; 161_flags[(int) OutputCacheParameter.VaryByControl] = true; 172_flags[(int) OutputCacheParameter.CacheProfile] = true;