5 references to VaryByParam
System.ServiceModel.Web (3)
System\ServiceModel\Web\CachingParameterInspector.cs (3)
65if (this.cacheProfile.VaryByParam == null) 341if (!string.IsNullOrEmpty(this.cacheProfile.VaryByParam)) 343foreach (string parameter in cacheProfile.VaryByParam.Split(seperatorChar))
System.Web (2)
UI\Page.cs (2)
3577varyByParam = profile.VaryByParam; 3657if ((profile == null || ((profile.VaryByParam == null) && (profile.VaryByControl == null))) &&