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