1 write to _propSqlDependency
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
60
_propSqlDependency
= new ConfigurationProperty("sqlDependency",
3 references to _propSqlDependency
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
93
_properties.Add(
_propSqlDependency
);
161
return (string)base[
_propSqlDependency
];
164
base[
_propSqlDependency
] = value;