2 writes to hashCode
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
132
this.
hashCode
= 0;
251
this.
hashCode
= ((hashCode == 0) ? 1 : hashCode);
2 references to hashCode
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
234
if (this.
hashCode
== 0) {
254
return this.
hashCode
;