8 references to Location
System.ServiceModel.Web (7)
System\ServiceModel\Web\CachingParameterInspector.cs (7)
58
if (this.cacheProfile.
Location
!= OutputCacheLocation.None)
277
if ((int)(this.cacheProfile.
Location
) == -1)
283
switch (this.cacheProfile.
Location
)
305
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.CacheProfileLocationNotSupported, this.cacheProfile.
Location
)));
309
if (this.cacheProfile.
Location
!= OutputCacheLocation.None)
316
if (this.cacheProfile.
Location
!= OutputCacheLocation.Client)
334
if (this.cacheProfile.
Location
!= OutputCacheLocation.Downstream)
System.Web (1)
UI\Page.cs (1)
3581
location = profile.
Location
;