2 writes to hashCode
System.Web.Extensions (2)
UI\WebControls\Dynamic.cs (2)
228
hashCode
= 0;
230
hashCode
^= p.Name.GetHashCode() ^ p.Type.GetHashCode();
1 reference to hashCode
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
235
return
hashCode
;