4 references to Downstream
System.ServiceModel.Web (2)
System\ServiceModel\Web\CachingParameterInspector.cs (2)
291
case OutputCacheLocation.
Downstream
:
334
if (this.cacheProfile.Location != OutputCacheLocation.
Downstream
)
System.Web (2)
UI\Page.cs (2)
3687
case OutputCacheLocation.
Downstream
:
3739
if (location != OutputCacheLocation.
Downstream
) {