3 references to VaryByCustom
System.Web (3)
Compilation\PageCodeDomTreeGenerator.cs (1)
272if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByCustom)) {
UI\OutputCacheSettings.cs (1)
95_flags[(int) OutputCacheParameter.VaryByCustom] = true;
UI\Page.cs (1)
3618if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByCustom)) {