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