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)
441if (_hashcode != -1) 443return _hashcode; 485return _hashcode;