3 references to _propEnableFragmentCache
System.Web (3)
Configuration\OutputCacheSection.cs (3)
90
_properties.Add(
_propEnableFragmentCache
);
126
return (bool)base[
_propEnableFragmentCache
];
129
base[
_propEnableFragmentCache
] = value;