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)
537
if (cachedVary.
_varyByCustom
!= null) {
539
Context, cachedVary.
_varyByCustom
);
839
return
_varyByCustom
== cv.
_varyByCustom
&&
848
hashCodeCombiner.AddInt(StringUtil.GetNonRandomizedHashCode(
_varyByCustom
));