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