3 references to CreateOutputCacheDependency
System.Web (3)
UI\Page.cs (1)
3774Response.AddCacheDependency(SqlCacheDependency.CreateOutputCacheDependency(sqlDependency));
UI\PartialCachingControl.cs (1)
358sqlCacheDep = SqlCacheDependency.CreateOutputCacheDependency(_sqlDependency);
UI\SqlDataSourceCache.cs (1)
46CacheDependency sqlDependency = System.Web.Caching.SqlCacheDependency.CreateOutputCacheDependency(sqlCacheDependency);