4 references to VaryByControl
System.Web (4)
Compilation\PageCodeDomTreeGenerator.cs (1)
264
if (cacheSettings.IsParameterSet(OutputCacheParameter.
VaryByControl
)) {
UI\OutputCacheSettings.cs (1)
161
_flags[(int) OutputCacheParameter.
VaryByControl
] = true;
UI\Page.cs (2)
3621
if (cacheSettings.IsParameterSet(OutputCacheParameter.
VaryByControl
)) {
3659
cacheSettings.IsParameterSet(OutputCacheParameter.
VaryByControl
) == false)) {