3 writes to _varyByCustom
System.Web (3)
HttpCachePolicy.cs (3)
525
_varyByCustom
= null;
589
_varyByCustom
= settings.VaryByCustom;
1245
_varyByCustom
= custom;
5 references to _varyByCustom
System.Web (5)
HttpCachePolicy.cs (5)
953
if (
_varyByCustom
!= null || (_varyByParams.IsModified() && !_varyByParams.IgnoreParams)) {
1113
_varyByCustom
,
1169
&&
_varyByCustom
== null
1240
if (
_varyByCustom
!= null) {
1253
return
_varyByCustom
;