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)
953if (_varyByCustom != null || (_varyByParams.IsModified() && !_varyByParams.IgnoreParams)) { 1113_varyByCustom, 1169&& _varyByCustom == null 1240if (_varyByCustom != null) { 1253return _varyByCustom;