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