3 references to VaryByCustom
System.ServiceModel.Web (2)
System\ServiceModel\Web\CachingParameterInspector.cs (2)
336if (!string.IsNullOrEmpty(this.cacheProfile.VaryByCustom)) 338cache.SetVaryByCustom(this.cacheProfile.VaryByCustom);
System.Web (1)
UI\Page.cs (1)
3576varyByCustom = profile.VaryByCustom;