3 references to _propEnableOutputCache
System.Web (3)
Configuration\OutputCacheSection.cs (3)
89
_properties.Add(
_propEnableOutputCache
);
111
enableOutputCache = (bool)base[
_propEnableOutputCache
];
118
base[
_propEnableOutputCache
] = value;