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