3 references to _propEnableKernelOutputCache
System.Web (3)
Configuration\HttpRuntimeSection.cs (3)
329
_properties.Add(
_propEnableKernelOutputCache
);
494
return (bool)base[
_propEnableKernelOutputCache
];
497
base[
_propEnableKernelOutputCache
] = value;