12 references to _flags
System.Web (12)
UI\OutputCacheSettings.cs (12)
53
return
_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;