5 writes to _hashcode
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
445
_hashcode
= 0; // indicate it's changed. even the calculated hashcode below is 0
455
_hashcode
+= _ks[i].Dvalue[j].GetHashCode();
468
_hashcode
+= ((XmlAtomicValue)atomicValues.GetValue(j)!).TypedValue.GetHashCode();
475
_hashcode
+= ((Array)_ks[i].Value!).GetValue(j)!.GetHashCode();
481
_hashcode
+= _ks[i].Value!.GetHashCode();
3 references to _hashcode
System.Private.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
441
if (
_hashcode
!= -1)
443
return
_hashcode
;
485
return
_hashcode
;