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)
404if (_varyByParamsCollection == null && _varyByControlsCollection == null && _varyByCustom == null) { 412cachedVary = new ControlCachedVary(varyByParams, _varyByControlsCollection, _varyByCustom);