5 writes to hashcode
System.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
387hashcode = 0; // indicate it's changed. even the calculated hashcode below is 0 394 hashcode += this.ks[i].Dvalue[j].GetHashCode(); 404 hashcode += ((XmlAtomicValue)atomicValues.GetValue(j)).TypedValue.GetHashCode(); 409 hashcode += ((Array) this.ks[i].Value).GetValue(j).GetHashCode(); 414 hashcode += this.ks[i].Value.GetHashCode();
3 references to hashcode
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
384if (hashcode != -1) { 385return hashcode; 418return hashcode;