11 references to None
System.ServiceModel.Web (3)
System\ServiceModel\Web\CachingParameterInspector.cs (3)
58if (this.cacheProfile.Location != OutputCacheLocation.None) 295case OutputCacheLocation.None: 309if (this.cacheProfile.Location != OutputCacheLocation.None)
System.Web (8)
Compilation\BuildResult.cs (1)
1089if (_outputCacheData.Duration == 0 || _outputCacheData.Location == OutputCacheLocation.None) {
Compilation\PageCodeDomTreeGenerator.cs (2)
166cacheSettings.Location == OutputCacheLocation.None) { 395cacheSettings.Location == OutputCacheLocation.None) {
UI\Page.cs (3)
3647if ((location != OutputCacheLocation.None) && 3692case OutputCacheLocation.None: 3702if (location != OutputCacheLocation.None) {
UI\PageParser.cs (2)
757get { return _outputCacheLocation != OutputCacheLocation.None; } 761get { return _outputCacheLocation != OutputCacheLocation.None; }