1 write to _varyByCustom
System.Web (1)
UI\PartialCachingControl.cs (1)
828_varyByCustom = varyByCustom;
5 references to _varyByCustom
System.Web (5)
UI\PartialCachingControl.cs (5)
537if (cachedVary._varyByCustom != null) { 539Context, cachedVary._varyByCustom); 839return _varyByCustom == cv._varyByCustom && 848hashCodeCombiner.AddInt(StringUtil.GetNonRandomizedHashCode(_varyByCustom));