3 writes to _varyByCustom
System.Web (3)
UI\ControlCachePolicy.cs (1)
138
_pcc.
_varyByCustom
= varyByCustom;
UI\PartialCachingControl.cs (2)
703
_varyByCustom
= varyByCustom;
777
_varyByCustom
= cacheAttrib.VaryByCustom;
2 references to _varyByCustom
System.Web (2)
UI\PartialCachingControl.cs (2)
404
if (_varyByParamsCollection == null && _varyByControlsCollection == null &&
_varyByCustom
== null) {
412
cachedVary = new ControlCachedVary(varyByParams, _varyByControlsCollection,
_varyByCustom
);