8 references to OutputCacheSettingsSection
System.ServiceModel.Web (2)
System\ServiceModel\Web\CachingParameterInspector.cs (2)
45
OutputCacheSettingsSection
cacheSettings = AspNetEnvironment.Current.UnsafeGetConfigurationSection("system.web/caching/outputCacheSettings") as
OutputCacheSettingsSection
;
System.Web (6)
Configuration\RuntimeConfig.cs (3)
463
internal
OutputCacheSettingsSection
OutputCacheSettings {
465
return (
OutputCacheSettingsSection
) GetSection("system.web/caching/outputCacheSettings", typeof(
OutputCacheSettingsSection
), ResultsIndex.OutputCacheSettings);
Configuration\SystemWebCachingSectionGroup.cs (2)
34
public
OutputCacheSettingsSection
OutputCacheSettings
38
return (
OutputCacheSettingsSection
) Sections["outputCacheSettings"];
UI\Page.cs (1)
3530
OutputCacheSettingsSection
outputCacheSettings;