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