4 references to VaryByParam
System.Web (4)
Compilation\PageCodeDomTreeGenerator.cs (1)
295if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByParam)) {
UI\OutputCacheSettings.cs (1)
106_flags[(int) OutputCacheParameter.VaryByParam] = true;
UI\Page.cs (2)
3624if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByParam)) { 3658(cacheSettings.IsParameterSet(OutputCacheParameter.VaryByParam) == false &&