1 write to _propEnabled
System.Web (1)
Configuration\SqlCacheDependencySection.cs (1)
59
_propEnabled
= new ConfigurationProperty("enabled",
3 references to _propEnabled
System.Web (3)
Configuration\SqlCacheDependencySection.cs (3)
74
_properties.Add(
_propEnabled
);
122
return (bool)base[
_propEnabled
];
125
base[
_propEnabled
] = value;