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