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