3 references to _propEnableKernelCacheForVaryByStar
System.Web (3)
Configuration\OutputCacheSection.cs (3)
93
_properties.Add(
_propEnableKernelCacheForVaryByStar
);
167
enableKernelCacheForVaryByStar = (bool)base[
_propEnableKernelCacheForVaryByStar
];
173
base[
_propEnableKernelCacheForVaryByStar
] = value;