7 writes to
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
345
cache.VaryByParams
[
parameter.Trim()] = true;
System.Web (4)
Handlers\AssemblyResourceLoader.cs (1)
638
cachePolicy.VaryByParams
[
"d"] = true;
UI\Page.cs (3)
3753
cache.VaryByParams
[
s.Trim()] = true;
3759
cache.VaryByParams
[
s.Trim()] = true;
3766
cache.VaryByParams
[
p] = true;
System.Web.Extensions (2)
Handlers\ScriptResourceHandler.cs (1)
252
cachePolicy.VaryByParams
[
"d"] = true;
Script\Services\RestHandler.cs (1)
72
context.Response.Cache.VaryByParams
[
"*"] = true;