6 references to SqlDependency
System.ServiceModel.Web (5)
System\ServiceModel\Web\CachingParameterInspector.cs (5)
71
if (string.Equals(this.cacheProfile.
SqlDependency
, "CommandNotification", StringComparison.OrdinalIgnoreCase))
76
if (!string.IsNullOrEmpty(this.cacheProfile.
SqlDependency
))
78
ParseSqlDependencyString(cacheProfile.
SqlDependency
);
349
if (!string.IsNullOrEmpty(this.cacheProfile.
SqlDependency
))
351
CacheDependency cacheDependency = this.CreateSingleCacheDependency(cacheProfile.
SqlDependency
);
System.Web (1)
UI\Page.cs (1)
3578
sqlDependency = profile.
SqlDependency
;