4 references to AddCacheDependency
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
352HttpContext.Current.Response.AddCacheDependency(new CacheDependency[] { cacheDependency });
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
277_httpResponse.AddCacheDependency(dependencies);
UI\Page.cs (1)
3774Response.AddCacheDependency(SqlCacheDependency.CreateOutputCacheDependency(sqlDependency));
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
237_httpResponse.AddCacheDependency(dependencies);