3 references to VaryByContentEncoding
System.Web (3)
Compilation\PageCodeDomTreeGenerator.cs (1)
280if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByContentEncoding)) {
UI\OutputCacheSettings.cs (1)
117_flags[(int) OutputCacheParameter.VaryByContentEncoding] = true;
UI\Page.cs (1)
3612if (cacheSettings.IsParameterSet(OutputCacheParameter.VaryByContentEncoding)) {