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