1 write to _propEnabled
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
48
_propEnabled
= new ConfigurationProperty("enabled",
3 references to _propEnabled
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
90
_properties.Add(
_propEnabled
);
131
return (bool)base[
_propEnabled
];
134
base[
_propEnabled
] = value;